.choices{position:relative;margin-bottom:24px;font-size:16px}.choices:focus{outline:none}.choices:last-child{margin-bottom:0}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.5}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one]:after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{display:none;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all}.choices__list--dropdown.is-active{display:block}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:50%;cursor:pointer}.choices__button:focus{outline:none}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input:focus{outline:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}.choices[data-type*=select-multiple] .choices__input.is-hidden,.choices[data-type*=select-one] .choices__input.is-hidden,.choices__input.is-hidden{display:none}*{font-family:Arial,Helvetica,sans-serif}body{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;background-color:#f2f0f0;height:100%;line-height:1;position:relative;font-size:16px!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-width:0;padding:0;margin:0}html{height:100%;-webkit-text-size-adjust:none;-ms-text-size-adjust:none}input,textarea{color:#333;font-family:Arial,Helvetica,sans-serif;outline:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-webkit-appearance:none}button,input[type=button],input[type=submit]{cursor:pointer}form,td{margin:0;padding:0}a{color:#ff6639;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;text-decoration:none;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}a,button,div,span{outline:none!important}button,input[type=button],input[type=submit]{-webkit-appearance:none;outline:none}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.clearfix:after,.row:after,.wrapper:after{content:".";display:block;height:0;clear:both;visibility:hidden}@font-face{font-family:IBMPlexSans;src:url(/dist//IBMPlexSans-Regular.eot);src:local("\263A"),url(/dist//IBMPlexSans-Regular.woff) format("woff"),url(/dist//IBMPlexSans-Regular.ttf) format("truetype"),url(/dist//images/IBMPlexSans-Regular.svg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:IBMPlexSans;src:url(/dist//IBMPlexSans-Bold.eot);src:local("\263A"),url(/dist//IBMPlexSans-Bold.woff) format("woff"),url(/dist//IBMPlexSans-Bold.ttf) format("truetype"),url(/dist//images/IBMPlexSans-Bold.svg) format("svg");font-weight:700;font-style:normal}@font-face{font-family:icomoon;src:url(/dist//icomoon.eot);src:url(/dist//icomoon.eot#iefix) format("embedded-opentype"),url(/dist//icomoon.ttf) format("truetype"),url(/dist//icomoon.woff) format("woff"),url(/dist//images/icomoon.svg#icomoon) format("svg");font-weight:400;font-style:normal}[class*=" icon-"],[class^=icon-]{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-check:before{content:"\E906";color:#8d8d8d}.icon-garbage:before{content:"\E900";color:#979797}.icon-google-plus:before{content:"\E901";color:#ff6639}.icon-visiblen:before{content:"\E902";color:#a9a9a9}.icon-copy:before{content:"\E903"}.icon-edit:before{content:"\E904";color:#a9a9a9}.icon-facebook:before{content:"\E905";color:#ff6639}header{width:100%;min-width:320px;text-align:left;order:1;-webkit-order:1;padding-top:0}.header-title{padding-left:15px}.box-header{display:flex;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid #e0dede;width:calc(100% - 317px)}.box-header__left{display:flex;align-items:center;justify-content:flex-start}.box-header__right{display:flex;justify-content:space-around;align-items:center;padding-top:4px}body.hide-instruction .box-header{width:100%}.logo{align-self:start}.logo__link{background:#2e2e2e;width:94px;height:32px;display:block;font-family:PT Mono,monospace;font-style:normal;font-weight:400;line-height:normal;font-size:18px;color:#fff;text-align:center;padding-top:5px;border-radius:0 0 2px 2px}.header-title{padding-right:10px}.list-lang{list-style-type:none;display:flex;justify-content:flex-start;margin-right:10px}.list-lang__item{font-style:normal;font-weight:400;line-height:18px;font-size:14px;text-align:right;margin-right:7px;width:20px;height:20px;background-color:transparent;color:#ff6639;border-radius:50%;text-align:center}.list-lang__item:last-child{margin-right:0}.list-lang__item.active{color:#fff;background:#ff6639}.list-lang__item.active .list-lang__link{pointer-events:none}.list-lang__link{font-size:inherit;color:inherit;line-height:inherit;border-bottom:1px solid transparent}@media screen and (min-width:992px){.list-lang__link:hover{opacity:.7}}.box-login{font-size:14px;line-height:18px;margin-left:8px}.box-login a:hover{color:#fc997d}@media screen and (max-width:767px){.box-header{padding-bottom:5px;width:100%}.box-header__right{padding-top:1px}}@media screen and (max-width:440px){.header-title{display:none}}footer{min-width:320px;order:3;-webkit-order:3}.box-footer{width:calc(100% - 317px);display:flex;justify-content:space-between;padding:15px 0}.box-footer a:hover{color:#fc997d}body.hide-instruction .box-footer{width:100%}.footer__item_links a{margin-left:17px}.footer__item{font-size:14px;line-height:18px}@media screen and (max-width:767px){.box-footer{padding:30px 0;display:block;text-align:center;width:100%}.footer__item_links{margin-top:20px}.footer__item_links a,.footer__item_links a:first-child{display:block;width:100%}.footer__item_links a{margin:0 0 .8em}}.main-wrapper{padding:0;width:100%;overflow:hidden;min-height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;justify-content:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:start}.main-wrapper,.wrapper{min-width:320px;position:relative}.wrapper{max-width:1200px;padding:0 42px;margin:0 auto}p{padding:15px 0}h1{font-size:14px;line-height:16px;color:#696868;font-family:sans-serif;padding:0}h1,h2{font-weight:400}h2{font-style:normal;line-height:28px;font-size:24px;color:#000}p{font-weight:400;line-height:20px;font-size:16px;color:#2e2e2e;padding:10px 0 13px}.link:hover{color:#fc997d}.icon:before{color:inherit!important}.loaded .main-wrapper{opacity:0}.icon-load{background:url(/dist//images/loader.gif) no-repeat 0 0;width:40px;height:40px;position:fixed;left:50%;top:50%;margin-left:-20px;display:none}.loaded .icon-load{display:block}.content{min-width:320px;text-align:left;width:100%;order:2;-webkit-order:2;flex-grow:1;-webkit-flex-grow:1;margin-top:46px;position:relative;z-index:5}.box-btn{margin-top:20px}.button{display:inline-block;vertical-align:top;padding:9px 30px 0;height:40px;min-width:150px;border-radius:4px;position:relative;font-size:16px;line-height:18px;font-weight:700;color:#fff;border:none;background:#ff6639;transition:all .2s linear;text-align:center}.button:hover{background:#fc997d}.button_small{height:34px;padding:7px 23px 0;font-size:14px;line-height:16px}.box-form{width:calc(100% - 317px)}.formats-form__name input{border:none;font-size:24px;line-height:24px;width:168px;min-width:168px;max-width:800px;height:24px;border-radius:4px;background:#fff;padding:0 0 6px}.formats-form__input::-webkit-input-placeholder{color:#2e2e2e;opacity:1}.formats-form__input:-ms-input-placeholder,.formats-form__input::-ms-input-placeholder{color:#2e2e2e;opacity:1}.formats-form__input::placeholder{color:#2e2e2e;opacity:1}.box-formats{margin-top:25px}.formats-choice__list{margin-bottom:.5em}.formats-choice__list p{display:inline-block;font-style:normal;line-height:.5;font-size:100%;vertical-align:bottom}.formats-choice__list{list-style-type:none}.formats-choice__item{display:inline-block;width:auto}.formats-choice__more{position:absolute;width:auto;left:-1000000px;top:27px;padding:7px;opacity:0;transition:opacity .2s;z-index:10;background:#fff;color:#ff6639;visibility:hidden;box-shadow:0 5px 10px rgba(0,0,0,.2)}.formats-choice__more.active{opacity:1;left:auto;visibility:visible}.formats-choice__more li{top:0;margin-top:0;margin-bottom:0;padding:10px 10px 10px 8px}.more-title{padding-right:14px;position:relative}.more-title:before{content:"";position:absolute;right:4px;top:7px;width:6px;height:6px;border-bottom:1px solid #ff6639;border-right:1px solid #ff6639;transform:rotate(45deg);z-index:1}.formats-choice__item_more{display:block;margin-top:5px;padding-left:0}.formats-form__textarea{background:#fff;width:100%;padding:11px;border:none;resize:none;font-size:16px;line-height:21px;color:#2e2e2e;font-weight:400;border-radius:4px}.hide-format{display:none}.formats-form__textarea::-webkit-input-placeholder{color:#b8b8b8;opacity:1}.formats-form__textarea:-ms-input-placeholder,.formats-form__textarea::-ms-input-placeholder{color:#b8b8b8;opacity:1}.formats-form__textarea::placeholder{color:#b8b8b8;opacity:1}.formats-create{display:flex;justify-content:space-between;margin-top:9px}.formats-create__item:first-child{display:flex;justify-content:flex-start;align-items:center}.formats-create__remove{display:inline-block;vertical-align:top;font-size:16px;line-height:21px;color:#2e2e2e;font-weight:400;cursor:pointer;transition:color .2s}.formats-create__remove+.formats-create__remove{margin-left:26px}@media screen and (min-width:1025px){.formats-create__remove:hover{color:#ff6639}}.formats-create__days{width:45px;height:30px;border:none;border-radius:4px;background:#fff;padding:4px 8px 5px;font-size:16px;line-height:21px;font-weight:400;margin-left:4px;margin-right:4px}label{cursor:pointer}.formats-create__check{position:absolute;left:-100000%}.label-text{padding-left:25px;padding-top:0;padding-bottom:5px;position:relative;cursor:pointer}.label-text:before{content:"\9";position:absolute;width:18px;height:18px;border-radius:4px;background:#fff;border:none;left:0;top:1px;z-index:2}input[type=checkbox]:checked+.label-text:before{border-color:green}input[type=checkbox]:checked+.label-text:after{content:"";position:absolute;width:25px;height:8px;border-left:2px solid #ff6639;border-bottom:2px solid #ff6639;left:1px;top:1px;transform:rotate(-52deg);z-index:2}.box-scroll{height:100%;padding:40px 0 15px}.cont-instruction{position:fixed;right:0;top:0;height:100%;min-width:308px;background:#fff;z-index:999}.box-instruction{width:100%;background:#fff;height:100%;opacity:1;transition:opacity .4s;box-shadow:-2px 2px 5px hsla(0,0%,89%,.8)}.box-instruction__close{position:absolute;top:10px;right:15px;font-size:14px;text-align:right;line-height:18px}.box-instruction__close:hover{color:#fc997d}.instruction{padding:0 15px;max-width:308px;width:100%}.instruction h2{padding-top:7px;padding-bottom:11px}body.hide-instruction .cont-instruction{opacity:0;left:-1000000%}body.hide-instruction .box-instruction{opacity:0;left:-100000%;right:auto}body.hide-instruction .box-form{width:100%}.mCSB_scrollTools{width:6px}.mCSB_scrollTools .mCSB_dragger{height:52px!important;width:4px!important;border-radius:4px;opacity:1!important}.mCSB_dragger_bar{background:#d8d8d8!important}.mCSB_scrollTools .mCSB_draggerRail{background:none}.mCSB_inside>.mCSB_container{margin-right:0}h2 .icon{color:#000;font-size:22px;line-height:inherit;position:relative;top:2px}.instruction__item{margin-bottom:18px;padding-right:25px}.instruction__step{font-weight:400;line-height:21px;font-size:16px;color:#2e2e2e;padding-top:2px;padding-left:25px;position:relative}.instruction__step span{position:absolute;display:block;left:0;top:3px;width:18px;height:18px;border:1px solid #ff6639;border-radius:50%;text-align:center;font-style:normal;font-weight:400;line-height:16px;font-size:16px;color:#ff6639}.instruction__step span.icon:before{position:absolute;left:4px;top:-4px}.content_registration{margin-top:43px}.title{font-weight:400;line-height:27px;font-size:24px;color:#000}.title a{position:relative;line-height:inherit;display:inline-block}.title a:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-image:url(/dist//images/border-dashed.png);background-repeat:repeat-x}.subtitle{font-weight:400;line-height:18px;font-size:14px;color:#2e2e2e;padding-top:7px}.box-form_reg{padding-top:25px}.box-field{padding-bottom:9px}.box-field__label{font-weight:400;line-height:21px;font-size:16px;color:#2e2e2e;padding-bottom:4px;display:inline-block}.box-field__input{width:100%;max-width:300px}.box-field_btn{padding-top:4px}.form-control{background:#fff;border:1px solid #dfdfdf;border-radius:4px;width:100%;height:40px;padding:5px 10px;line-height:21px;font-size:16px}.form-descr{max-width:380px;font-size:14px;line-height:18px;color:#2e2e2e}.soc-reg{padding-top:30px}.soc-reg__title{font-weight:400;line-height:20px;font-size:16px;color:#2e2e2e}.soc-reg__buttons{padding-top:9px}.button_soc{width:214px;background-color:transparent;border:1px solid #ff6639;color:#ff6639;font-size:16px;line-height:18px;font-weight:400;text-align:left;padding-top:10px;padding-left:14px;padding-right:10px;margin-right:6px}.button_soc .icon{z-index:1;font-size:22px;display:inline-block;vertical-align:middle;margin-right:6px;position:relative;top:-2px}.button_soc:hover{background:#ff6639;color:#fff}.ui-widget-header .ui-icon{background-image:url(/dist//images/ui-icons_444444_256x240.png)}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{background:#fc997d;color:#000}.ui-button.ui-state-active:hover,.ui-button:active,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active{background:#ff6639}@media screen and (max-width:1200px){.formats-form__name input{max-width:625px}}@media screen and (max-width:1020px){.wrapper{padding-left:15px;padding-right:15px}}@media screen and (max-width:991px){.formats-choice__item6{display:none}.formats-choice__more .formats-choice__item6,.formats-create__item:first-child,.formats-create__remove{display:block}.formats-create__remove+.formats-create__remove{margin-left:0;margin-top:20px}}@media screen and (max-width:850px){.formats-choice__item5{display:none}.formats-choice__more .formats-choice__item5{display:block}}@media screen and (max-width:767px){.wrapper{padding:0 10px}.hide-instruction .cont-instruction{display:none}.cont-instruction{position:absolute;top:0;right:0;width:100%!important;left:0}.box-instruction{position:relative;width:calc(100% + 20px);max-width:100%;left:-10px;height:auto!important;right:0;top:0;margin-top:40px}.instruction{max-width:100%}.box-form{width:100%}.formats-create{display:block}.btn-box{margin-top:24px}.button{width:100%}.instruction__step span{position:relative;display:inline-block;vertical-align:top;top:1px;margin-right:5px}.instruction__step{padding-left:0}.content{margin-top:40px}.formats-form__textarea{padding-top:25px}.formats-create{margin-top:17px}.box-scroll{padding-top:31px;padding-bottom:25px}.instruction__item{padding-right:0}p{line-height:21px}.instruction__img{padding-top:9px}.instruction__step{padding-top:0}.instruction__item{margin-bottom:14px}.title{line-height:30px}.content_registration{margin-top:37px}.box-form_reg{padding-top:29px}.box-field_btn{padding-top:6px}.soc-reg__title{text-align:center}.soc-reg__title span{display:none}.soc-reg__buttons{text-align:center}.button_soc{width:220px;margin-bottom:20px}body.hide-instruction{right:6px}}@media screen and (max-width:665px){.formats-choice__item4{display:none}.formats-choice__more .formats-choice__item4{display:block}.formats-choice__item3{display:none}.formats-choice__more .formats-choice__item3{display:block}}@media screen and (max-width:370px){.instruction__item{text-align:left}.instruction h2{padding-bottom:15px}.box-formats{margin-top:18px}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.content{height:82vh}}@supports (-ms-ime-align:auto) and (not (-ms-accelerator:true)){.formats-create__days{width:46px}}body:last-child:not(:root:root) .class{opacity:0}.statistics .box-footer,.statistics .box-header{width:100%}.box-statistics__title{margin-top:-3px;font-size:24px;line-height:28px;color:#000}.box-statistics__title span{color:#a9a9a9}.statistics-table{list-style-type:none;max-width:780px;padding-right:60px}.statistics-table__wrap{margin:27px 0 30px}.statistics-table__item{display:block;border-bottom:1px solid hsla(0,0%,59%,.2);padding:21px 0}.statistics-table__item.hide-link{position:absolute;left:-10000%}.statistics-table__item:nth-child(2) .statistics-table__edit{opacity:1}.statistics-table__item-wrap{display:flex;flex-direction:row;align-items:center}.statistics-table__item:hover .statistics-table__edit,.statistics-table__item:hover .statistics-table__remove{opacity:1}.statistics-table__header{display:flex;flex-direction:row;align-items:center;border-bottom:none;font-size:12px;line-height:15px;color:#000;margin-bottom:-13px}.statistics-table .col_1{flex:1 0 auto}.statistics-table .col_2{flex:0 1 126px}.statistics-table .col_3{flex:0 1 85px;padding-left:20px}.statistics-table__link{display:block;line-height:18px}.statistics-table__input{display:flex;flex-direction:row;align-items:flex-end}.statistics-table__input input{margin-left:-2px;width:98px;font-size:16px;padding-right:5px;color:#ff6639;border:none;background-color:transparent;border-radius:4px;padding:0 2px}.statistics-table__input input:focus{background-color:#fff}.statistics-table__input input:disabled{-webkit-text-fill-color:#ff6639;-webkit-opacity:1;color:#ff6639}.statistics-table__edit{font-size:12px;color:#a9a9a9;padding-bottom:4px;cursor:pointer;opacity:0;transition:.3s;margin-left:2px}.statistics-table__edit .icon-edit:before{transition:.3s}.statistics-table__edit:hover .icon-edit:before{color:#ff6639}.statistics-table .col_3{display:flex;flex-direction:row;position:relative}.statistics-table__visits{font-size:16px;line-height:19px;color:#a9a9a9}.statistics-table__visits-icon{display:inline-block;vertical-align:top;position:relative;top:1px;font-size:9px}.statistics-table__visits span{margin-left:4px}.statistics-table__remove{display:flex;flex-direction:row;justify-content:center;align-items:center;opacity:0;position:absolute;top:-9px;width:60px;height:40px;font-size:15px;right:-58px;cursor:pointer;transition:.3s}.statistics-table__remove.active{opacity:1}.statistics-table__remove .icon-garbage:before{transition:.3s;color:#979797}.statistics-table__remove:hover .icon-garbage:before{color:#ff6639}.statistics-table__title-mob{display:none;font-size:12px;line-height:15px;color:#000}.statistics-table__btn{display:inline-block;vertical-align:top;width:auto;padding:8px 8px 7px;border-radius:4px;position:relative;font-size:12px;color:#fff;border:none;background:#ff805c;transition:all .2s linear;text-align:center}.statistics-table__btn:hover{background:#ff6639}.statistics-table .remove-link{margin-left:5px;font-size:20px;line-height:20px;cursor:pointer;transform:rotate(45deg);transition:all .2s}.statistics-table .remove-link:hover{opacity:.7}.statistics-table__tooltip{visibility:hidden;opacity:0;z-index:-1;position:fixed;bottom:50px;right:50px;height:auto;padding:10px;border:1px solid #cecece;border-radius:4px;background-color:#f2f0f0;transition:.3s;box-shadow:1px 1px 7px #cecece}.statistics-table__tooltip.active{z-index:10;opacity:1;visibility:visible}.statistics-table__tooltip a,.statistics-table__tooltip span{display:inline-block;vertical-align:middle}.statistics-table__tooltip a span{transform:rotate(45deg)}.statistics-table_grey .statistics-table__input input,.statistics-table_grey .statistics-table__link{color:#a9a9a9}.statistics-table_grey .statistics-table__input input:disabled{-webkit-text-fill-color:#a9a9a9;-webkit-opacity:1;color:#a9a9a9}.statistics-table_grey .statistics-table__header .col_2,.statistics-table_grey .statistics-table__header .col_3{display:none}@media screen and (max-width:1024px){.statistics-table .statistics-table__edit,.statistics-table .statistics-table__remove{opacity:1}.statistics-table__tooltip:after,.statistics-table__tooltip:before{right:2px;left:auto;transform:none}}@media screen and (max-width:767px){.statistics-table__link{word-break:break-all;display:block}.statistics-table .col_1{flex:1 0 calc(100% - 211px);padding-top:10px;padding-right:20px}}@media screen and (max-width:550px){.statistics-table__tooltip{right:10px;bottom:15px}.statistics-table__item-wrap{flex-wrap:wrap}.statistics-table .col_1{padding-top:0;flex:1 1 100%;padding-right:0}.statistics-table{padding-right:0}.statistics-table__header .col_2,.statistics-table__header .col_3{display:none}.statistics-table__link{padding-bottom:12px}.statistics-table__item:not(.statistics-table__header) .col_3{display:block}.statistics-table__title-mob{display:block;padding-bottom:3px}.statistics-table__wrap{margin:22px 0 30px}.statistics-table .col_2,.statistics-table .col_3{flex:0 0 50%}.statistics-table .col_3{padding-left:10px}.statistics-table__item{padding:21px 0 18px}.statistics-table__item:nth-child(n+3){padding:13px 0 18px}.statistics-table__item:nth-child(n+3) .statistics-table__link{padding-bottom:19px}.statistics-table__remove{right:-22px;top:auto;bottom:-7px}}.tooltipped{position:relative}.tooltipped:after{z-index:1000000;padding:.5em .75em;font:normal normal 11px/1.5 -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;-webkit-font-smoothing:subpixel-antialiased;color:#fff;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;content:attr(aria-label);background:#1b1f23;border-radius:3px}.tooltipped:after,.tooltipped:before{position:absolute;display:none;pointer-events:none;opacity:0}.tooltipped:before{z-index:1000001;width:0;height:0;color:#1b1f23;content:"";border:6px solid transparent}@keyframes tooltip-appear{0%{opacity:0}to{opacity:1}}.tooltipped:active:after,.tooltipped:active:before,.tooltipped:focus:after,.tooltipped:focus:before,.tooltipped:hover:after,.tooltipped:hover:before{display:inline-block;text-decoration:none;animation-name:tooltip-appear;animation-duration:.1s;animation-fill-mode:forwards;animation-timing-function:ease-in;animation-delay:.4s}.tooltipped-no-delay:active:after,.tooltipped-no-delay:active:before,.tooltipped-no-delay:focus:after,.tooltipped-no-delay:focus:before,.tooltipped-no-delay:hover:after,.tooltipped-no-delay:hover:before{animation-delay:0s}.tooltipped-multiline:active:after,.tooltipped-multiline:focus:after,.tooltipped-multiline:hover:after{display:table-cell}.tooltipped-s:after,.tooltipped-se:after,.tooltipped-sw:after{top:100%;right:50%;margin-top:6px}.tooltipped-s:before,.tooltipped-se:before,.tooltipped-sw:before{top:auto;right:50%;bottom:-7px;margin-right:-6px;border-bottom-color:#1b1f23}.tooltipped-se:after{right:auto;left:50%;margin-left:-16px}.tooltipped-sw:after{margin-right:-16px}.tooltipped-n:after,.tooltipped-ne:after,.tooltipped-nw:after{right:50%;bottom:100%;margin-bottom:6px}.tooltipped-n:before,.tooltipped-ne:before,.tooltipped-nw:before{top:-7px;right:50%;bottom:auto;margin-right:-6px;border-top-color:#1b1f23}.tooltipped-ne:after{right:auto;left:50%;margin-left:-16px}.tooltipped-nw:after{margin-right:-16px}.tooltipped-n:after,.tooltipped-s:after{transform:translateX(50%)}.tooltipped-w:after{right:100%;bottom:50%;margin-right:6px;transform:translateY(50%)}.tooltipped-w:before{top:50%;bottom:50%;left:-7px;margin-top:-6px;border-left-color:#1b1f23}.tooltipped-e:after{bottom:50%;left:100%;margin-left:6px;transform:translateY(50%)}.tooltipped-e:before{top:50%;right:-7px;bottom:50%;margin-top:-6px;border-right-color:#1b1f23}.tooltipped-align-right-1:after,.tooltipped-align-right-2:after{right:0;margin-right:0}.tooltipped-align-right-1:before{right:10px}.tooltipped-align-right-2:before{right:15px}.tooltipped-align-left-1:after,.tooltipped-align-left-2:after{left:0;margin-left:0}.tooltipped-align-left-1:before{left:5px}.tooltipped-align-left-2:before{left:10px}.tooltipped-multiline:after{width:max-content;max-width:250px;word-wrap:break-word;white-space:pre-line;border-collapse:separate}.tooltipped-multiline.tooltipped-n:after,.tooltipped-multiline.tooltipped-s:after{right:auto;left:50%;transform:translateX(-50%)}.tooltipped-multiline.tooltipped-e:after,.tooltipped-multiline.tooltipped-w:after{right:100%}@media screen and (min-width:0\0){.tooltipped-multiline:after{width:250px}}.tooltipped-sticky:after,.tooltipped-sticky:before{display:inline-block}.tooltipped-sticky.tooltipped-multiline:after{display:table-cell}.hljs{display:block;overflow-x:auto;padding:.5em;color:#000;background:#fff}.hljs-subst,.hljs-title{font-weight:400;color:#000}.hljs-comment,.hljs-quote{color:gray;font-style:italic}.hljs-meta{color:olive}.hljs-tag{background:#efefef}.hljs-keyword,.hljs-literal,.hljs-name,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-selector-tag,.hljs-type{font-weight:700;color:navy}.hljs-attribute,.hljs-link,.hljs-number,.hljs-regexp{font-weight:700;color:#00f}.hljs-link,.hljs-number,.hljs-regexp{font-weight:400}.hljs-string{color:green;font-weight:700}.hljs-bullet,.hljs-formula,.hljs-symbol{color:#000;background:#d0eded;font-style:italic}.hljs-doctag{text-decoration:underline}.hljs-template-variable,.hljs-variable{color:#660e7a}.hljs-addition{background:#baeeba}.hljs-deletion{background:#ffc8bd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.widearea{padding-right:25px}.widearea-overlayLayer{position:fixed;top:0;bottom:0;left:0;right:0;z-index:999998;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.widearea-overlayLayer.light{background-color:#fff}.widearea-overlayLayer textarea{-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.widearea-overlayLayer.light textarea{color:#ccc;background-color:#fff}.widearea-overlayLayer.light textarea:focus,.widearea-overlayLayer.light textarea:hover{color:#000}.widearea-overlayLayer.dark{background-color:#2f3030}.widearea-overlayLayer.dark textarea{color:#999;background-color:#2f3030}.widearea-overlayLayer.dark textarea:focus,.widearea-overlayLayer.dark textarea:hover{color:#eee}.widearea-wrapper>.widearea-icons{z-index:999998}textarea.widearea-fullscreen{padding:20px!important;padding-top:30px!important;border:none!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important;max-width:900px!important;height:100%!important;width:100%!important;outline:none!important;margin:0 auto!important;display:block!important;font-size:20px!important;box-shadow:none!important;resize:none!important;line-height:1.6em!important}.widearea-controlPanel{position:absolute;right:0;top:0;padding-top:30px;padding-right:20px}.widearea-icons{width:16px;height:16px;position:absolute;right:.5em;bottom:.5em}.widearea-icon{height:16px;width:17px;background-repeat:no-repeat;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-khtml-opacity:.5;opacity:.5;display:block;-webkit-transition:all .1s ease-out;-moz-transition:all .1s ease-out;-ms-transition:all .1s ease-out;-o-transition:all .1s ease-out;transition:all .1s ease-out}.widearea-icon:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-khtml-opacity:1;opacity:1}.widearea-icon.fullscreen{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNjVFRDY3OUI3MTAxMUUyQjA3QkQ4Nzg0REMzNTFCNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNjVFRDY3QUI3MTAxMUUyQjA3QkQ4Nzg0REMzNTFCNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM2NUVENjc3QjcxMDExRTJCMDdCRDg3ODREQzM1MUI3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM2NUVENjc4QjcxMDExRTJCMDdCRDg3ODREQzM1MUI3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+INk8jQAAAORJREFUeNqs070KwjAUBeCr6CCCu6C4CHUqOnXooLPPoB36aNbRxUW6qW8gfYCW4iB0EQRxrCdwCiHWxRj4SEhu/tobEZEMSk0s30tsxGYNNrZwgCvkrOvKEEasl7CqFljAGabQhT70IOLENTzgBk+4wBxOoi3gGsdTk9sUGWMu56i27GACvhagdnO0ozvsq8Z9ztnp9ws4+GJdwJgKYyyo+0AhbMCDOwNzKtnnMSasW6CjtQeQakdO2fcR25Q/Fusr/PwRrX+jVSK1uIPqTGBmpHJVjrDXUjlhKov1YxLb5/wWYADvoXd4CZG5iQAAAABJRU5ErkJggg==)}.widearea-icon.close{width:18px;height:18px;margin-bottom:15px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1RDBEOEJEOEI3MzAxMUUyQjA3QkQ4Nzg0REMzNTFCNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1RDBEOEJEOUI3MzAxMUUyQjA3QkQ4Nzg0REMzNTFCNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVEMEQ4QkQ2QjczMDExRTJCMDdCRDg3ODREQzM1MUI3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVEMEQ4QkQ3QjczMDExRTJCMDdCRDg3ODREQzM1MUI3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+g7ns7AAAANNJREFUeNqs1NsNwjAMBdBwFyAjdIN2hK7BDqzAD4wAM8AaHaHZoCMkG+AgWzJVcPyBJUt9JEdqepPD9f4MVBP1Qr1Rz9Q52BV5/FDHX86nFQo5Uo98HR3IyHOW2+M1QSFSFqYRqQ8G/px9tbAWIrWB1yR1MAupc2fwwvYwE6HFzuAHPcxE6g3UCwtrIjom2A3wYKmVNYQ/FRw58UTjC/IgPzE4kGRFg7ZHFKgbtl7OKgYHkj2hBR8Fnl9sYYPstdLLiYEV2WurwpLjYNNYkYPtLcAArD5XIbBkA6MAAAAASUVORK5CYII=)}.widearea-icon.changeTheme{width:18px;height:18px;clear:both;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEQkQ1QjdDM0I3MzgxMUUyQjA3QkQ4Nzg0REMzNTFCNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEQkQ1QjdDNEI3MzgxMUUyQjA3QkQ4Nzg0REMzNTFCNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVEMEQ4QkRFQjczMDExRTJCMDdCRDg3ODREQzM1MUI3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRCRDVCN0MyQjczODExRTJCMDdCRDg3ODREQzM1MUI3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+AzMsvAAAATRJREFUeNpibJq8jAEHcABibSDmB+L/QPwBiK8D8QFkRbU5kWCaBYsBUUBcAMSmOCw4CsTTgBjFBUxIbGYgngrES6GGnAfiaiiNDKyhaqYiOwTZIJAtWUD8CYhTgdgIiNuA+B4Ol2VBDUMxKBCI04D4NxC7AfEcJA1sDLhBWvOU5cEwg9iBuBPJlpMMpIF6oGHsTNDwUIV6YQ4D6UAXZAbIIGOowAoG8oEByCA+KOcJBQYJMTFQB3AwQaMbBGQoMOgpyKCzUE4EBQZdBBl0GohvA7ESEKeQYchlkBkgg34CcTlS6jYn0aBGYMb9CQvs9UA8C4hZgXgXmst+4TFkFtCQteh5LQvqIlBymA3E54C4CuplbACkNhvGQS5G/kIljiIVI4bEFiPYyqNlUExUwQYDAAEGANGJQntFVY0xAAAAAElFTkSuQmCC)}ul.breadcrumb{list-style:none;overflow:hidden;margin:0 0 1.5em;font-size:90%}ul.breadcrumb li,ul.breadcrumb li a{display:inline-block}ul.breadcrumb li a{color:gray}ul.breadcrumb li+li:before{content:" \2192   "}.center{text-align:center}.box-scroll.js-scroll{overflow-y:auto}.code_wrap{background:#fff;padding:1em}.code_wrap .header{line-height:1.2}.code_wrap .header .box-field__input{max-width:inherit;width:80%}.code_wrap .header .box-field__input input.form-control{width:100%;margin-right:.3em;margin-bottom:1em}@media only screen and (min-width:768px){.code_wrap .header .box-field__input input.form-control{width:60%;margin-bottom:0}}.code_wrap .header .box-field__input button.btn,.code_wrap .header .box-field__input input.form-control{display:inline-block}.code_wrap .header .box-field__input button.btn{border:none;margin:0 1.2em;padding:0;vertical-align:middle}.code_wrap .header .box-field__input button.btn img{display:inline-block}.code_wrap .header .box-field__input a.btn{color:#000;border:1px solid #666;border-radius:.5em;margin:0;padding:.5em;vertical-align:middle}.code_wrap pre.code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace!important;overflow-x:auto;overflow-y:hidden;font-size:12px;line-height:20px;padding:5px 10px;background:#fcfcfc;border:1px solid #dfdfdf;border-radius:4px;counter-reset:line}.code_wrap pre.code h1{font-size:1.5em;line-height:1.2;margin:0;color:#000;padding:0}.code_wrap pre.code h2{font-size:1.25em;line-height:1.2;margin:0;color:#000;padding:0}.code_wrap pre.code h3{font-size:1.17em;color:#000}.code_wrap pre.code h5{font-size:.83em;color:#000}.code_wrap pre.code h6{font-size:.75em;color:#000}.code_wrap pre.code p{font-style:normal}.code_wrap pre.code a,.code_wrap pre.code code,.code_wrap pre.code div,.code_wrap pre.code h1,.code_wrap pre.code h2,.code_wrap pre.code h3,.code_wrap pre.code h4,.code_wrap pre.code p,.code_wrap pre.code pre,.code_wrap pre.code span{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}.code_wrap table.hljs-ln{width:100%}.code_wrap table.hljs-ln *{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}.code_wrap table.hljs-ln a{color:#ccc!important}.code_wrap tr.highlight{background:#ff0}#paste_body{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}.not_found .image{margin-top:1em;display:block;text-align:center}.not_found .image img{height:50vh}@media screen and (max-width:767px){.not_found,.not_found .alt_button{text-align:center}}.alt_button{background-color:transparent;border:1px solid #ff6639;color:#ff6639;font-size:16px;line-height:18px;font-style:normal;text-align:left;padding:10px;min-width:auto}.alt_button:hover{background:#ff6639;color:#fff}@media screen and (max-width:767px){.center .alt_button{margin-top:1em;text-align:center}.center .footer__item.footer__item_links a,.center a.box-instruction__show.js-instruction{display:block;width:100%}}.button{font-style:normal;padding:10px}.choices{display:inline-block;width:14em}.choices .choices__inner{padding:0 .3em!important;margin:0!important;min-height:auto!important;line-height:1.5!important;border-radius:.3em}.formats-choice button.button{background-color:transparent;color:#ff6639;border:1px solid #ff6639;font-size:16px;height:auto;width:6em;min-width:auto;margin:0;padding:.3em;line-height:1;vertical-align:bottom;font-weight:400}.formats-choice button.button.button1{border-right:none;border-bottom-right-radius:0;border-top-right-radius:0}.formats-choice button.button.button2{border-radius:0;margin-left:-.4em}.formats-choice button.button.button3{border-left:none;border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-.4em;margin-right:1.5em}.formats-choice button.button.active{background:#ff6639;color:#fff}@media screen and (max-width:767px){.formats-choice button.button.button{width:100%;margin-bottom:.5em;border-radius:.5em;padding:10px}.formats-choice button.button.button1{border-right:1px solid}.formats-choice button.button.button2{border-radius:.5em;margin-left:0}.formats-choice button.button.button3{border-left:1px solid;border-radius:.5em;margin-left:0;margin-right:0}}input[disabled]{color:#dcdad1;background-image:none}.format_select{visibility:hidden;display:inline-block}.widearea-wrapper{position:relative}.destroyed{margin-top:1em;font-size:16px;color:#d0021b;letter-spacing:0}.destroyed img{vertical-align:top}.box-instruction p{font-style:italic}.help{line-height:1.35}.hljs-ln-numbers{text-align:center;color:#ccc;border-right:1px solid #ccc;vertical-align:top;padding-right:.5em;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.hljs-ln-code{padding-left:10px}