body,html{margin:0px;padding:0px;overflow-x:hidden}body *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"Inter Tight" ,sans-serif}.submit-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;border:0px;outline:none;background-color:#0F101A;border-radius:8px;font-size:16px;text-decoration:none;line-height:140%;color:#FFFFFF;font-weight:600;width:100%;min-height:54px;-webkit-transition:.4s ease all;transition:.4s ease all;border:2px solid #0F101A}.submit-btn:active{background-color:#57585F}.submit-btn:hover{background-color:#3F4048}.group__dropdown{position:relative}.group__dropdown .dropdown__box{position:absolute;left:0px;top:57px;border-radius:8px;border:1px solid var(--gray-100, #F3F4F6);background:var(--white, #FFF);-webkit-box-shadow:0px 2px 4px -2px rgba(0,0,0,0.05),0px 4px 6px -1px rgba(0,0,0,0.1);box-shadow:0px 2px 4px -2px rgba(0,0,0,0.05),0px 4px 6px -1px rgba(0,0,0,0.1);padding:4px 0px;z-index:3;max-height:220px;overflow-y:auto;width:100%}.group__dropdown .dropdown__box::-webkit-scrollbar{width:4px;height:4px}.group__dropdown .dropdown__box::-webkit-scrollbar-thumb{border-radius:5px;background-color:#F56A05}.group__dropdown .dropdown__box ul{list-style-type:none;margin:0px;padding:0px}.group__dropdown .dropdown__box ul>li .container__check{padding:8px 16px}.group__dropdown .dropdown__box ul>li .container__check p{color:#343A40;font-size:14px;line-height:130%}.group__dropdown .dropdown__box ul>li>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:8px 16px;font-size:14px;line-height:130%;font-weight:400;text-decoration:none;-webkit-transition:.4s ease  all;transition:.4s ease  all;color:#343A40}.group__dropdown .dropdown__box ul>li>a:hover{color:#F56A05;background-color:rgba(245,106,5,0.1)}.group__dropdown>a{background-color:#fff;width:100%;height:50px;border:1px solid #E7E7E8;border-radius:8px;padding-left:12px;padding-right:12px;font-size:14px;color:#000;text-decoration:none;outline:none;-webkit-transition:.4s ease all;transition:.4s ease all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative}.group__dropdown>a.picked .float{margin-top:-46px;font-weight:500;font-size:12px;color:#000}.group__dropdown>a.opened{border-color:#F56A05}.group__dropdown>a.opened .float{margin-top:-46px;font-weight:500;color:#F56A05;font-size:12px}.group__dropdown>a.opened>img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.group__dropdown>a .main{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:absolute;left:12px;width:calc(100% - 40px);overflow:hidden;display:inline-block;text-overflow:ellipsis;font-size:14px;color:#000;white-space:nowrap}.group__dropdown>a .main .coachelem,.group__dropdown>a .main .trainer{padding:2px 3px;color:#F56A05;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:12px;background-color:#FEF0E6;border-radius:3px;margin-right:3px}.group__dropdown>a .main .coachelem .remove,.group__dropdown>a .main .trainer .remove{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:2px}.group__dropdown>a .float{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:absolute;left:8px;padding-left:4px;padding-right:4px;background-color:#fff;font-size:14px;line-height:21px;color:#87878C;-webkit-transition:.4s ease all;transition:.4s ease all}.group__dropdown>a>img{position:absolute;right:12px;-webkit-transition:.4s ease all;transition:.4s ease all}.group__input.copy__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.group__input.copy__link>.copy__button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:50px;max-width:50px;min-height:50px;max-height:50px;border-radius:var(--corner-radius-rd-xs, 8px);background:var(--color-buttons-secondary, #F3F3F4);margin-left:12px;-webkit-transition:.4s ease  all;transition:.4s ease  all}.group__input.copy__link>.copy__button svg path{-webkit-transition:.4s ease all;transition:.4s ease all}.group__input.copy__link>.copy__button.copied{background-color:#F56A05}.group__input.copy__link>.copy__button.copied svg path{stroke:#fff}.group__input.copy__link>.copy__button:hover{background-color:#E7E7E8}.group__input.copy__link>.copy__button:active{background-color:#CFCFD1}.group__input>input{width:100%;height:50px;border:1px solid #E7E7E8;border-radius:8px;padding-left:12px;padding-right:12px;font-size:14px;color:#000;text-decoration:none;outline:none;-webkit-transition:.4s ease all;transition:.4s ease all}.group__input>input:focus{border-color:#F56A05}.group__input>textarea{width:100%;border-radius:8px;border:1px solid var(--color-main-border, #E7E7E8);background:var(--color-gray-scale-gray-00, #FFF);resize:none;outline:none;font-size:14px;color:#000;-webkit-transition:.4s ease all;transition:.4s ease all;padding:12px}.group__input>textarea:focus{border-color:#F56A05}.group__input>textarea:focus+p{margin-top:-24px;font-weight:500;color:#F56A05;font-size:12px}.group__input.v__title{position:relative;width:100%}.group__input.v__title.auto>p{top:16px;-webkit-transform:none;transform:none}.group__input.v__title>textarea{width:100%;border-radius:8px;border:1px solid var(--color-main-border, #E7E7E8);background:var(--color-gray-scale-gray-00, #FFF);resize:none;outline:none;font-size:14px;color:#000;-webkit-transition:.4s ease all;transition:.4s ease all;padding:12px}.group__input.v__title>textarea:focus{border-color:#F56A05}.group__input.v__title>textarea:focus+p{margin-top:-24px;font-weight:500;color:#F56A05;font-size:12px}.group__input.v__title.filled>p{margin-top:-24px;font-weight:500;color:#000;font-size:12px}.group__input.v__title>input{width:100%;height:50px;border:1px solid #E7E7E8;border-radius:8px;padding-left:12px;padding-right:12px;font-size:14px;color:#000;text-decoration:none;outline:none;-webkit-transition:.4s ease all;transition:.4s ease all}.group__input.v__title>input:focus{border-color:#F56A05}.group__input.v__title>input:focus+p{margin-top:-24px;font-weight:500;color:#F56A05;font-size:12px}.group__input.v__title>p{pointer-events:none;left:8px;padding-left:4px;padding-right:4px;font-size:14px;margin:0px;color:#87878C;background-color:#fff;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-top:0px;-webkit-transition:.4s ease all;transition:.4s ease all;position:absolute}.sign__wrapper{width:100%;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sign__wrapper .sign__feedback{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:20px;padding-right:20px}.sign__wrapper .sign__feedback>.sign__slider{width:100%;max-width:605px;margin-bottom:65px}.sign__wrapper .sign__feedback>.sign__slider .slick-slide{margin:0 15px}.sign__wrapper .sign__feedback>.sign__slider .slick-list{margin:0 -15px}.sign__wrapper .sign__feedback>.sign__slider .inner__slide{padding:48px;border-radius:var(--corner-radius-rd-xxs, 4px);background:var(--color-gray-scale-gray-00, #FFF);-webkit-box-shadow:4px 12px 16px 0px rgba(14,11,41,0.04);box-shadow:4px 12px 16px 0px rgba(14,11,41,0.04)}.sign__wrapper .sign__feedback>.sign__slider .inner__slide .author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:24px}.sign__wrapper .sign__feedback>.sign__slider .inner__slide .author>.desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.sign__wrapper .sign__feedback>.sign__slider .inner__slide .author>.desc>p{margin-top:0px;font-size:18px;line-height:140%;font-weight:600;color:#272831;margin-bottom:4px}.sign__wrapper .sign__feedback>.sign__slider .inner__slide .author>.desc>span{font-size:14px;line-height:130%;font-weight:500;color:#6F7076}.sign__wrapper .sign__feedback>.sign__slider .inner__slide .author>.pict{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:16px}.sign__wrapper .sign__feedback>.sign__slider .inner__slide .author>.pict img{min-width:44px;max-width:44px;min-height:44px;max-height:44px;border-radius:250px;-o-object-fit:cover;object-fit:cover}.sign__wrapper .sign__feedback>.sign__slider .inner__slide>h6{margin-top:0px;margin-bottom:12px;font-size:32px;line-height:130%;font-weight:bold;color:#0F101A}.sign__wrapper .sign__feedback>.sign__slider .inner__slide>p{margin:0px;font-size:16px;line-height:140%;font-weight:400;color:#0F101A}.sign__wrapper .sign__main{width:45%;min-width:640px;padding:48px 80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sign__wrapper .sign__main .top__sign{max-width:540px;margin-left:auto;width:100%;margin-right:auto}.sign__wrapper .sign__main .top__sign form .step__wrapper .elem__step .group__submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.sign__wrapper .sign__main .top__sign form .step__wrapper .elem__step .group__submit>.back__button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:56px;min-height:54px;margin-right:16px;border:2px solid  #F3F3f4;border-radius:var(--corner-radius-rd-xs, 8px);background:var(--color-buttons-secondary, #F3F3F4);-webkit-transition:.4s ease all;transition:.4s ease all}.sign__wrapper .sign__main .top__sign form .step__wrapper .elem__step .group__submit>.back__button:hover{background-color:#E7E7E8;border-color:#E7E7E8}.sign__wrapper .sign__main .top__sign form .step__wrapper .elem__step .group__submit>.back__button:active{border-color:#CFCFD1;background-color:#CFCFD1}.sign__wrapper .sign__main .top__sign form .step__wrapper .elem__step .additional__details{margin:20px 0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sign__wrapper .sign__main .top__sign form .step__wrapper .elem__step .additional__details>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;height:1px;background-color:#E7E7E8}.sign__wrapper .sign__main .top__sign form .step__wrapper .elem__step .additional__details>p{margin:0px 12px;white-space:nowrap;font-size:14px;line-height:130%;color:#272831;font-weight:400}.sign__wrapper .sign__main .top__sign form .step__wrapper .elem__step>.group__input{margin-bottom:16px}.sign__wrapper .sign__main .top__sign form .step__wrapper .elem__step>.group__input:last-child{margin-bottom:0px}.sign__wrapper .sign__main .top__sign form .already__created{text-align:center;margin-top:38px}.sign__wrapper .sign__main .top__sign form .already__created>p{margin:0px;font-size:16px;line-height:140%;font-weight:400;color:#3F4048}.sign__wrapper .sign__main .top__sign form .already__created>p a{font-weight:600;color:#272831;text-decoration:none;margin-left:12px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:.4s ease all;transition:.4s ease all}.sign__wrapper .sign__main .top__sign form .already__created>p a:hover{color:#F56A05}.sign__wrapper .sign__main .top__sign form .header{margin-bottom:40px}.sign__wrapper .sign__main .top__sign form .header>p{margin:0px;font-size:16px;line-height:140%;color:#3F4048}.sign__wrapper .sign__main .top__sign form .header>h2{margin-top:0px;font-size:40px;line-height:130%;color:#0F101A;font-weight:bold;margin-bottom:4px}.sign__wrapper .sign__main .top__sign>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-bottom:80px}.sign__wrapper .sign__main .bottom__sign{margin-top:80px;max-width:540px;margin-left:auto;margin-right:auto;width:100%}.sign__wrapper .sign__main .bottom__sign>p{color:#57585F;font-size:14px;line-height:130%;font-weight:400;margin:0px}.sign__wrapper .sign__feedback{width:60%;max-width:calc(100% - 640px);background:url("../../images/signup-background.webp");background-repeat:no-repeat;background-size:cover;background-position:center}.sign__wrapper .sign__feedback .slider__dots ul{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sign__wrapper .sign__feedback .slider__dots ul li{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:auto;margin:0px;margin-right:10px}.sign__wrapper .sign__feedback .slider__dots ul li:last-child{margin-right:0px}.sign__wrapper .sign__feedback .slider__dots ul li.slick-active button{width:30px;background-color:#FFFFFF}.sign__wrapper .sign__feedback .slider__dots ul li button{-webkit-transition:.4s ease all;transition:.4s ease all;width:21px;height:5px;padding:0px;margin:0px;border-radius:8px;background-color:#FFCCB5;transition:.4s ease all}.sign__wrapper .sign__feedback .slider__dots ul li button:before{content:none}.container__radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:16px;font-family:"Inter" ,sans-serif;line-height:140%;color:#272831}.container__radio input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.container__radio .checkmark{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:16px;max-width:16px;min-height:16px;max-height:16px;border-radius:8px;border:1px solid var(--color-gray-scale-gray-200, #CFCFD1);background:var(--color-gray-scale-gray-00, #FFF);margin-right:8px;position:relative;-webkit-transition:.4s ease all;transition:.4s ease all}.container__radio input:checked ~ .checkmark{background-color:#F56A05;border-color:#F56A05}.container__radio .checkmark:after{content:"";position:absolute}.container__radio input:checked ~ .checkmark:after{opacity:1}.container__radio .checkmark:after{top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:8px;height:8px;-webkit-transition:.2s ease all;transition:.2s ease all;border-radius:50%;background:white;opacity:0}.pick__one{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:16px;grid-row-gap:16px}.pick__one>.el.double{grid-column-start:1;grid-column-end:3}.pick__one>.el.picked>.container__radio{border-color:#F56A05}.pick__one>.el>.container__radio{padding:11px 12px;cursor:pointer;-webkit-transition:.4s ease all;transition:.4s ease all;border-radius:var(--corner-radius-rd-xs, 8px);border:1px solid var(--color-main-border, #E7E7E8)}.main__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.main__price>p{margin-top:0px;margin-bottom:0px;margin-right:12px;font-size:16px;line-height:140%;color:#3F4048}.price__complex{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:225px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;min-height:42px;border-radius:8px;border:1px solid var(--gray-300, #E7E7E8);background:var(--color-gray-scale-gray-00, #FFF);padding-left:16px;padding-right:16px;position:relative;text-decoration:none}.price__complex>.spacer{margin:0px 12px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:1px;height:18px;background-color:#E9E9EB}.price__complex>input{width:100%;outline:none;border:0px;font-size:14px;line-height:125%;color:#787B80}.price__complex .price__dropdown .dropdown__box{position:absolute;left:0px;top:50px;border-radius:8px;border:1px solid var(--gray-100, #F3F4F6);background:var(--white, #FFF);-webkit-box-shadow:0px 2px 4px -2px rgba(0,0,0,0.05),0px 4px 6px -1px rgba(0,0,0,0.1);box-shadow:0px 2px 4px -2px rgba(0,0,0,0.05),0px 4px 6px -1px rgba(0,0,0,0.1);padding:4px 0px;z-index:3;max-height:220px;overflow-y:auto;width:100%}.price__complex .price__dropdown .dropdown__box::-webkit-scrollbar{width:4px;height:4px}.price__complex .price__dropdown .dropdown__box::-webkit-scrollbar-thumb{border-radius:5px;background-color:#F56A05}.price__complex .price__dropdown .dropdown__box ul{list-style-type:none;margin:0px;padding:0px}.price__complex .price__dropdown .dropdown__box ul>li>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:8px 16px;font-size:14px;line-height:130%;font-weight:400;text-decoration:none;-webkit-transition:.4s ease  all;transition:.4s ease  all;color:#343A40}.price__complex .price__dropdown .dropdown__box ul>li>a p{margin:0px}.price__complex .price__dropdown .dropdown__box ul>li>a>img{margin-right:5px}.price__complex .price__dropdown .dropdown__box ul>li>a:hover{color:#F56A05;background-color:rgba(245,106,5,0.1)}.price__complex .price__dropdown>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-decoration:none}.price__complex .price__dropdown>a.opened>img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.price__complex .price__dropdown>a>img{-webkit-transition:.4s ease all;transition:.4s ease all}.price__complex .price__dropdown>a>p{margin:0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:8px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:14px;color:#787B80;font-weight:600}.price__complex .price__dropdown>a>p span{min-width:35px}.price__complex .price__dropdown>a>p>img{min-width:14px;max-width:14px;margin-right:8px}.range__picker>p{margin-top:-24px !important;font-weight:500 !important;color:#000 !important;font-size:12px !important}.field__box{padding:20px;border-radius:var(--corner-radius-rd-xs, 8px);border:1px solid var(--color-main-border, #E7E7E8)}.field__box .share__email{margin-bottom:16px}.field__box .share__email.focused>.box{border-color:#F56A05}.field__box .share__email.filled>.box>p{margin-top:-24px;font-weight:500;color:#000;font-size:12px}.field__box .share__email>.box{min-height:50px;width:100%;border:1px solid #E7E7E8;border-radius:8px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 12px;cursor:pointer;-webkit-transition:.4s ease all;transition:.4s ease all}.field__box .share__email>.box .email__elem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:2px 8px;border-radius:4px;background:var(--color-gray-scale-gray-50, #F3F3F4);margin:4px 4px;margin-left:0px}.field__box .share__email>.box .email__elem>p{margin:0px;font-size:12px;line-height:150%;font-weight:500;color:#272831}.field__box .share__email>.box .email__elem>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:4px}.field__box .share__email>.box>input{outline:none;border:0px;font-size:14px;color:#000}.field__box .share__email>.box>input:focus+p{margin-top:-24px;font-weight:500;color:#F56A05;font-size:12px}.field__box .share__email>.box .float{position:absolute;padding-left:4px;padding-right:4px;left:8px;font-size:14px;color:#87878C;-webkit-transition:.4s ease all;transition:.4s ease all;top:16px;background-color:#fff;pointer-events:none;margin:0px}.field__box .code{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:10px 18px;padding-right:0px;padding-bottom:7px;padding-bottom:3px;border-radius:8px;background:#F6F6F6;position:relative;overflow:hidden}.field__box .code *{font-family:'Source Code Pro', monospace}.field__box .code pre{font-size:14px;line-height:25px;padding-right:18px;margin:0px;overflow-x:auto;margin-left:25px}.field__box .code pre::-webkit-scrollbar{width:4px;height:4px}.field__box .code pre::-webkit-scrollbar-thumb{border-radius:5px;background-color:#F56A05}.field__box .code pre .link{color:#F56A05}.field__box .code pre .key{color:#5E68FA}.field__box .code pre .script,.field__box .code pre .variable{color:#1E4AE5}.field__box .code .list{margin-right:15px;position:absolute;left:18px}.field__box .code .list ul{padding:0px;margin:0px;list-style-type:none}.field__box .code .list ul li{opacity:.5;font-size:14px;line-height:25px;color:#0F101A}.field__box .top.flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.field__box .top.flex>a.copy__code{min-width:32px;max-width:32px;min-height:32px;max-height:32px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:var(--corner-radius-rd-xs, 8px);background:var(--color-buttons-secondary, #F3F3F4);-webkit-transition:.4s ease all;transition:.4s ease all}.field__box .top.flex>a.copy__code svg path{-webkit-transition:.4s ease all;transition:.4s ease all}.field__box .top.flex>a.copy__code.copied{background-color:#F56A05 !important}.field__box .top.flex>a.copy__code.copied svg path{stroke:#fff !important}.field__box .top.flex>a.copy__code:hover{background-color:#E7E7E8}.field__box .top.flex>a.copy__code:active{background-color:#CFCFD1}.field__box .share__wrapper{width:100%}.field__box .share__wrapper .controls__share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.field__box .share__wrapper .controls__share ul{padding:0px;list-style-type:none;margin:0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.field__box .share__wrapper .controls__share ul li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:8px}.field__box .share__wrapper .controls__share ul li>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:40px;max-width:40px;min-height:40px;max-height:40px;border-radius:var(--corner-radius-rd-xs, 8px);background:var(--color-buttons-secondary, #F3F3F4);-webkit-transition:.4s ease all;transition:.4s ease all}.field__box .share__wrapper .controls__share ul li>a:hover{background-color:#E7E7E8}.field__box .share__wrapper .controls__share ul li>a:active{background-color:#CFCFD1}.field__box .share__wrapper .controls__share ul li:last-child{margin-right:0px}.field__box .share__wrapper .controls__share>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:95px;min-height:40px;border-radius:var(--corner-radius-rd-xs, 8px);background:var(--color-buttons-secondary, #F3F3F4);text-decoration:none;font-size:14px;line-height:130%;font-weight:600;color:#0F101A;-webkit-transition:.4s ease all;transition:.4s ease all}.field__box .share__wrapper .controls__share>a:hover{background-color:#E7E7E8}.field__box .share__wrapper .controls__share>a:active{background-color:#CFCFD1}.field__box .customize__block .customize__top{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:15px}.field__box .customize__block .customize__top>.mode .switcher{padding:12px;border-radius:var(--corner-radius-rd-xs, 8px);border:1px solid var(--color-main-border, #E7E7E8);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.field__box .customize__block .customize__top>.mode .switcher>.left>p{margin-top:0px;margin-bottom:2px;font-size:16px;line-height:140%;font-weight:500;color:#272831}.field__box .customize__block .customize__top>.mode .switcher>.left>span{color:#87878C;font-size:12px;font-weight:400;line-height:150%}.field__box .customize__block .customize__top>.logo>p,.field__box .customize__block .customize__top>.mode>p{margin-top:0px;margin-bottom:12px;font-size:14px;line-height:150%;font-weight:600;color:#0F101A;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.field__box .customize__block .customize__top>.logo>p .tooltip,.field__box .customize__block .customize__top>.mode>p .tooltip{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:4px}.field__box .customize__block .color__picker{margin-top:25px}.field__box .customize__block .color__picker .grid{display:grid;grid-template-columns:repeat(5, 1fr);grid-column-gap:8px;grid-row-gap:12px}.field__box .customize__block .color__picker .grid .new__color{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.field__box .customize__block .color__picker .grid .new__color>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-height:36px;border-radius:var(--corner-radius-rd-l, 24px);background:var(--color-buttons-secondary, #F3F3F4);padding-left:15px;padding-right:15px;-webkit-transition:.4s ease all;transition:.4s ease all;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:250px;font-size:14px;line-height:140%;font-weight:600;color:#272831;text-decoration:none}.field__box .customize__block .color__picker .grid .new__color>a:hover{background-color:#E7E7E8}.field__box .customize__block .color__picker .grid .new__color>a:active{background-color:#CFCFD1}.field__box .customize__block .color__picker .grid .new__color>a span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:8px}.field__box .customize__block .color__picker .grid .color__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.field__box .customize__block .color__picker .grid .color__row>a{width:33.3%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:36px}.field__box .customize__block .color__picker .grid .color__row>a:nth-child(1){border-top-left-radius:4px;border-bottom-left-radius:4px}.field__box .customize__block .color__picker .grid .color__row>a:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.field__box .customize__block .color__picker>p{margin-top:0px;margin-bottom:12px;font-size:14px;line-height:150%;font-weight:600;color:#0F101A;text-transform:uppercase}.field__box .price__box{margin-top:15px;padding-top:15px;border-top:1px solid #E7E7E8}.field__box .price__box>.inner__price{padding:16px 10px;border-radius:8px;background:#F6F6F6}.field__box>.double__field{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:15px;margin-bottom:15px}.field__box>.double__field:last-child{margin-bottom:0px}.field__box>.group__input{margin-bottom:15px}.field__box>.group__input:last-child{margin-bottom:0px}.field__box .top{margin-bottom:15px}.field__box .top>p{margin-top:0px;margin-bottom:4px;font-size:14px;line-height:150%;font-weight:600;color:#0F101A;text-transform:uppercase}.field__box .top>span{font-size:14px;line-height:130%;color:#3F4048;font-weight:400}.product__wrapper{width:100%;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:68px}.product__wrapper .product__form{width:49%;padding:40px 80px}.product__wrapper .product__form>form{max-width:550px;margin-left:auto;margin-right:auto;width:100%}.product__wrapper .product__form>form .step__product .controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product__wrapper .product__form>form .step__product .controls>.back__button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:56px;min-height:54px;margin-right:16px;border:2px solid  #F3F3f4;border-radius:var(--corner-radius-rd-xs, 8px);background:var(--color-buttons-secondary, #F3F3F4);-webkit-transition:.4s ease all;transition:.4s ease all}.product__wrapper .product__form>form .step__product .controls>.back__button:hover{background-color:#E7E7E8;border-color:#E7E7E8}.product__wrapper .product__form>form .step__product .controls>.back__button:active{border-color:#CFCFD1;background-color:#CFCFD1}.product__wrapper .product__form>form .step__product .content .field__box{margin-bottom:24px}.product__wrapper .product__form>form .step__product .product__type{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:20px;grid-row-gap:20px}.product__wrapper .product__form>form .step__product .product__type .elem__product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px;border-radius:8px;border:1px solid var(--color-main-border, #E7E7E8);text-decoration:none;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;-webkit-transition:.4s ease all;transition:.4s ease all}.product__wrapper .product__form>form .step__product .product__type .elem__product:hover{border-color:#F56A05}.product__wrapper .product__form>form .step__product .product__type .elem__product:hover .media{background-color:#FEF0E6}.product__wrapper .product__form>form .step__product .product__type .elem__product:hover .media svg path{stroke:#F56A05}.product__wrapper .product__form>form .step__product .product__type .elem__product:hover:before{opacity:1}.product__wrapper .product__form>form .step__product .product__type .elem__product .desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.product__wrapper .product__form>form .step__product .product__type .elem__product .desc>p{margin-top:0px;margin-bottom:2px;font-size:18px;line-height:140%;font-weight:600;font-family:"Poppins" ,sans-serif;color:#0F101A}.product__wrapper .product__form>form .step__product .product__type .elem__product .desc>span{font-family:"Inter" ,sans-serif;font-size:16px;line-height:140%;font-weight:400;color:#272831}.product__wrapper .product__form>form .step__product .product__type .elem__product>.media{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-bottom:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:40px;max-width:40px;min-height:40px;max-height:40px;border-radius:8px;background-color:#F2F2FF;-webkit-transition:.4s ease all;transition:.4s ease all}.product__wrapper .product__form>form .step__product .product__type .elem__product>.media svg path{stroke:#5E68FA;-webkit-transition:.4s ease all;transition:.4s ease all}.product__wrapper .product__form>form .step__product>.top{margin-bottom:32px}.product__wrapper .product__form>form .step__product>.top>h6{margin-top:0px;margin-bottom:4px;font-size:40px;line-height:130%;font-weight:bold;color:#0F101A}.product__wrapper .product__form>form .step__product>.top>p{margin:0px;font-size:16px;line-height:140%;font-weight:400;color:#272831}.product__wrapper .product__container{width:51%;background:url("../img/layerback.webp");background-repeat:no-repeat;background-size:cover;background-position:center;padding:48px;padding-bottom:0px}.product__header{position:fixed;top:0px;left:0px;z-index:4;background-color:#fff;width:100%}.product__header .container{max-width:1310px;padding-left:15px;padding-right:15px;width:100%;margin-left:auto;margin-right:auto}.product__header .product__controls{padding:12px 0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product__header .product__controls .left__product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product__header .product__controls .left__product .close{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-radius:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid transparent;min-width:40px;min-height:32px;-webkit-transition:.4s ease all;transition:.4s ease all}.product__header .product__controls .left__product .close:hover{border-color:#F3F4F6}.product__header .product__controls .left__product .close:focus{border:3px solid var(--gray-100, #F3F4F6);background:var(--gray-50, #F9FAFB)}.product__header .product__controls .left__product .spacer{margin:0px 15px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:1px;min-height:32px;background-color:#E7E7E8}.product__header .product__controls .right__product{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.product__header .product__controls .right__product>a{min-height:40px;padding-left:25px;padding-right:25px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:8px;background-color:#F3F3F4;font-size:14px;line-height:130%;font-weight:600;color:#272831;-webkit-transition:.4s ease all;transition:.4s ease all;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-decoration:none}.product__header .product__controls .right__product>a:hover{background-color:#E7E7E8}.product__header .product__controls .right__product>a:active{background-color:#CFCFD1}.product__header .progress{position:absolute;left:0px;width:100%;height:6px;bottom:-6px;background-color:#F3F3F4}.product__header .progress .active{position:absolute;left:0px;top:0px;height:100%;border-radius:2px;background:var(--color-main-secondary, #F56A05);-webkit-transition:.8s ease all;transition:.8s ease all}.price__box .inner__price>.group__dropdown.period{display:none}.price__box .inner__price>span{display:none}.price__box.membership .inner__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.price__box.membership .inner__price .group__dropdown.period{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.price__box.membership .inner__price .group__dropdown.period .dropdown__box{top:50px}.price__box.membership .inner__price .group__dropdown.period>a{min-height:42px;height:42px}.price__box.membership .inner__price .group__dropdown.period>a .float{left:-4px;background-color:transparent;position:relative}.price__box.membership .inner__price .group__dropdown.period>a .float span{position:relative;z-index:2}.price__box.membership .inner__price .group__dropdown.period>a .float:before{content:"";position:absolute;left:0px;width:100%;height:55%;bottom:0px;background-color:#fff}.price__box.membership .inner__price .group__dropdown.period>a.picked .float{margin-top:-40px}.price__box.membership .inner__price .group__dropdown.period>a.opened .float{margin-top:-40px}.price__box.membership .inner__price .main__price{width:100%}.price__box.membership .inner__price .price__complex{width:100%;max-width:100%}.price__box.membership .inner__price>span{margin:0px 12px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.price__box.membership .inner__price .main__price>p{display:none}.switch{position:relative;display:inline-block;width:40px;height:20px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#E7E7E8;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:2.5px;background-color:white;-webkit-transition:.4s;transition:.4s}.link__input{font-family:"DM Mono" ,sans-serif}.link__input.readonly{border:1px solid #E7E7E8 !important;background-color:#FBFBFC}input:checked+.slider{background-color:#F56A05}input:checked+.slider:before{-webkit-transform:translateX(18px);transform:translateX(18px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.dashboard__wrapper{width:100%}.dashboard__wrapper *{font-family:"Inter" ,sans-serif}.dashboard__wrapper .main__wrapper{margin-top:64px;min-height:calc(100vh - 64px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dashboard__wrapper .main__wrapper>.content{width:calc(100% - 265px);margin-left:auto;padding-top:32px;padding-left:40px;padding-right:40px;-webkit-transition:.4s ease all;transition:.4s ease all;padding-bottom:32px}.dashboard__wrapper .main__wrapper>.content>.overview .graphs__overview{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:24px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dashboard__wrapper .main__wrapper>.content>.overview .graphs__overview .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px}.dashboard__wrapper .main__wrapper>.content>.overview .graphs__overview .top>p{margin:0px;font-size:12px;line-height:150%;color:#0F101A;font-weight:500;font-family:"Inter" ,sans-serif;text-transform:uppercase}.dashboard__wrapper .main__wrapper>.content>.overview .graphs__overview .top ul{padding:0px;list-style-type:none;margin:0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.dashboard__wrapper .main__wrapper>.content>.overview .graphs__overview .top ul>li{font-family:"Inter" ,sans-serif;margin-right:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;line-height:150%;color:#0F101A;font-weight:400;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.dashboard__wrapper .main__wrapper>.content>.overview .graphs__overview .top ul>li>span{min-width:8px;max-width:8px;min-height:8px;max-height:8px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-radius:250px;margin-right:8px}.dashboard__wrapper .main__wrapper>.content>.overview .graphs__overview .top ul>li:last-child{margin-right:0px}.dashboard__wrapper .main__wrapper>.content>.overview .graphs__overview>.trends{width:calc(58% - 10px);padding:20px;border-radius:var(--corner-radius-rd-xs, 8px);border:1px solid var(--color-main-border, #E7E7E8);background:var(--color-gray-scale-gray-00, #FFF)}.dashboard__wrapper .main__wrapper>.content>.overview .graphs__overview>.products{width:calc(42% - 10px);padding:20px;border-radius:var(--corner-radius-rd-xs, 8px);border:1px solid var(--color-main-border, #E7E7E8);background:var(--color-gray-scale-gray-00, #FFF)}.dashboard__wrapper .main__wrapper>.content>.overview .graph__charts{display:grid;grid-template-columns:repeat(4, 1fr);border-radius:8px;border:1px solid #E7E7E8}.dashboard__wrapper .main__wrapper>.content>.overview .graph__charts>.elem__chart{border-right:1px solid #E7E7E8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px}.dashboard__wrapper .main__wrapper>.content>.overview .graph__charts>.elem__chart:last-child{border-right:0px}.dashboard__wrapper .main__wrapper>.content>.overview .graph__charts>.elem__chart .chart{display:-webkit-box;display:-ms-flexbox;display:flex}.dashboard__wrapper .main__wrapper>.content>.overview .graph__charts>.elem__chart .chart canvas{width:77px !important;height:72px !important}.dashboard__wrapper .main__wrapper>.content>.overview .graph__charts>.elem__chart .desc>span{display:block;margin-bottom:16px;font-size:12px;color:#0F101A;font-weight:500;line-height:150%;text-transform:uppercase}.dashboard__wrapper .main__wrapper>.content>.overview .graph__charts>.elem__chart .desc>p{margin:0px;font-size:30px;color:#0F101A;line-height:125%;font-weight:bold;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.dashboard__wrapper .main__wrapper>.content>.overview .graph__charts>.elem__chart .desc>p span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:4px}.dashboard__wrapper .main__wrapper>.content>.overview .graph__charts>.elem__chart .desc>p span.up{color:#009697;font-size:14px;font-weight:600}.dashboard__wrapper .main__wrapper>.content>.overview .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px}.dashboard__wrapper .main__wrapper>.content>.overview .head .select__input{width:100%;max-width:260px}.dashboard__wrapper .main__wrapper>.content>.overview .head .select__input>input{width:100%;height:52px;border-radius:8px;border:1px solid var(--color-main-border, #E7E7E8);padding-left:16px;padding-right:35px;font-size:16px;line-height:150%;font-weight:400;color:#6F7076;outline:none;background:url("../img/calendaricon.svg");background-repeat:no-repeat;background-size:18px;background-position:calc(100% - 15px) center}.dashboard__wrapper .main__wrapper>.content>.overview .head>h6{margin:0px;font-size:32px;line-height:130%;font-weight:bold;color:#0F101A}.dashboard__wrapper .main__wrapper>.content>.connect{width:100%;padding:28px;background:url("../img/connectback.webp");background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:8px;position:relative;margin-bottom:40px}.dashboard__wrapper .main__wrapper>.content>.connect .media{position:absolute;top:0px;right:0px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-top:3px}.dashboard__wrapper .main__wrapper>.content>.connect .media img{max-height:100%}.dashboard__wrapper .main__wrapper>.content>.connect .desc .link__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;max-width:375px;margin-top:20px}.dashboard__wrapper .main__wrapper>.content>.connect .desc .link__box>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:40px;max-width:40px;min-height:40px;max-height:40px;border-radius:var(--corner-radius-rd-xs, 8px);background:#FFF;-webkit-transition:.4s ease all;transition:.4s ease all}.dashboard__wrapper .main__wrapper>.content>.connect .desc .link__box>a.copied{background-color:#CFCFD1}.dashboard__wrapper .main__wrapper>.content>.connect .desc .link__box>a svg path{-webkit-transition:.4s ease all;transition:.4s ease all}.dashboard__wrapper .main__wrapper>.content>.connect .desc .link__box>a:hover{background-color:#E7E7E8}.dashboard__wrapper .main__wrapper>.content>.connect .desc .link__box>a:active{background-color:#CFCFD1}.dashboard__wrapper .main__wrapper>.content>.connect .desc .link__box>input{width:100%;height:40px;border-radius:var(--corner-radius-rd-xs, 8px);border:1px solid var(--color-main-border, #E7E7E8);background:#F1F1F2;font-family:"DM Mono" ,sans-serif;outline:none;padding-left:12px;margin-right:12px;padding-right:12px}.dashboard__wrapper .main__wrapper>.content>.connect .desc>span{display:block;margin-bottom:4px;font-size:12px;line-height:150%;color:#FFFFFF;font-weight:400;text-transform:uppercase;font-family:"Inter" ,sans-serif}.dashboard__wrapper .main__wrapper>.content>.connect .desc .btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.dashboard__wrapper .main__wrapper>.content>.connect .desc .btn>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:34px;padding-left:32px;padding-right:32px;border-radius:var(--corner-radius-rd-xs, 8px);background:#FFF;font-size:14px;line-height:130%;font-weight:600;text-decoration:none;color:#000000;-webkit-transition:.4s ease all;transition:.4s ease all;font-family:"Inter" ,sans-serif}.dashboard__wrapper .main__wrapper>.content>.connect .desc .btn>a:hover{background-color:#3F4048;color:#fff}.dashboard__wrapper .main__wrapper>.content>.connect .desc .btn>a:active{color:#fff;background-color:#57585F}.dashboard__wrapper .main__wrapper>.content>.connect .desc>p{margin:0px;font-size:16px;line-height:140%;color:#FFFFFF;font-weight:400;font-family:"Inter" ,sans-serif}.dashboard__wrapper .main__wrapper>.content>.connect .desc>h6{margin-top:0px;margin-bottom:24px;font-size:32px;line-height:130%;font-weight:bold;color:#FFFFFF;font-family:"Inter" ,sans-serif}.dashboard__wrapper .main__wrapper>.content>.connect .desc>h6.smaller{margin-bottom:4px}.dashboard__wrapper .main__wrapper .side__wrapper{min-width:265px;max-width:265px;border-right:1px solid #E7E7E8;padding:32px 24px;position:fixed;height:calc(100% - 64px);background-color:#fff;overflow-y:auto;top:64px;left:0px;-webkit-transition:.4s ease all;transition:.4s ease all}.dashboard__wrapper .main__wrapper .side__wrapper .class{margin-bottom:24px}.dashboard__wrapper .main__wrapper .side__wrapper .class .group__dropdown .dropdown__box{top:47px}.dashboard__wrapper .main__wrapper .side__wrapper .class .group__dropdown>a{min-height:42px;height:42px}.dashboard__wrapper .main__wrapper .side__wrapper .title{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #E7E7E8}.dashboard__wrapper .main__wrapper .side__wrapper .title .create__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;width:100%}.dashboard__wrapper .main__wrapper .side__wrapper .title .create__btn>a{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:40px;font-size:14px;line-height:130%;font-weight:600;color:#FFFFFF;text-decoration:none;border-radius:var(--corner-radius-rd-xs, 8px);-webkit-transition:.4s ease all;transition:.4s ease all;background:var(--color-buttons-primary, #0F101A)}.dashboard__wrapper .main__wrapper .side__wrapper .title .create__btn>a:hover{background-color:#3F4048}.dashboard__wrapper .main__wrapper .side__wrapper .title .create__btn>a:active{background-color:#57585F}.dashboard__wrapper .main__wrapper .side__wrapper .title>h6{margin:0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:28px;line-height:130%;font-weight:bold;color:#0F101A}.dashboard__wrapper .main__wrapper .side__wrapper .title>h6>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:32px;max-width:32px;min-height:32px;max-height:32px;border-radius:250px;background-color:#F3F3F4;margin-right:12px;-webkit-transition:.4s ease all;transition:.4s ease all}.dashboard__wrapper .main__wrapper .side__wrapper .title>h6>a:hover{background-color:#E7E7E8}.dashboard__wrapper .main__wrapper .side__wrapper .title>h6>a:active{background-color:#CFCFD1}.dashboard__wrapper .main__wrapper .side__wrapper::-webkit-scrollbar{width:4px;height:4px}.dashboard__wrapper .main__wrapper .side__wrapper::-webkit-scrollbar-thumb{border-radius:5px;background-color:#F56A05}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box{width:100%}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .categories__menu>ul{padding:0px;list-style-type:none;margin:0px}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .categories__menu>ul>li{margin-bottom:4px}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .categories__menu>ul>li:last-child{margin-bottom:0px}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .categories__menu>ul>li>a{-webkit-transition:.4s ease all;transition:.4s ease all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-decoration:none;padding:9px 12px;border-radius:8px;text-decoration:none}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .categories__menu>ul>li>a.current{background-color:#F3F3F4}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .categories__menu>ul>li>a:hover{background-color:#F3F3F4}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .categories__menu>ul>li>a>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:12px;line-height:150%;font-weight:600;color:#87878C}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .categories__menu>ul>li>a p{margin-right:10px;margin:0px;font-size:16px;line-height:140%;font-weight:500;color:#272831}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .categories__menu>ul>li>a p>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:8px;max-width:8px;min-height:8px;max-height:8px;border-radius:2px;margin-right:18px}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .categories__menu>.top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .categories__menu>.top>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:4px;-webkit-transition:.4s ease all;transition:.4s ease all}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .categories__menu>.top>a:hover{background-color:rgba(245,106,5,0.05)}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .categories__menu>.top>p{margin-top:0px;margin-bottom:0px;font-size:12px;line-height:150%;font-weight:500;color:#6F7076;text-transform:uppercase;font-family:"Inter" ,sans-serif}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .menu__elem{padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid  #E7E7E8}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .menu__elem ul{padding:0px;list-style-type:none;margin:0px}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .menu__elem ul>li{margin-bottom:8px}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .menu__elem ul>li>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:10px 12px;text-decoration:none;font-size:16px;line-height:140%;-webkit-transition:.4s ease all;transition:.4s ease all;color:#0F101A;font-weight:500;text-decoration:none;border-radius:8px}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .menu__elem ul>li>a.current{background:rgba(245,106,5,0.05);color:#F56A05}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .menu__elem ul>li>a.current svg path{stroke:#F56A05}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .menu__elem ul>li>a:hover{background:rgba(245,106,5,0.05);color:#F56A05}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .menu__elem ul>li>a:hover svg path{stroke:#F56A05}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .menu__elem ul>li>a span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:20px;max-width:20px;margin-right:12px}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .menu__elem ul>li>a span svg{max-width:100%}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .menu__elem ul>li>a span svg path{-webkit-transition:.4s ease all;transition:.4s ease all}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .menu__elem ul>li:last-child{margin-bottom:0px}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .menu__elem>p{margin-top:0px;margin-bottom:8px;font-size:12px;line-height:150%;font-weight:500;color:#6F7076;text-transform:uppercase}.dashboard__wrapper .main__wrapper .side__wrapper .menu__box .menu__elem:last-child{margin-bottom:0px;padding-bottom:0px;border-bottom:0px}.dashboard__wrapper .main__wrapper .side__wrapper .search__wrapper{position:relative;margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dashboard__wrapper .main__wrapper .side__wrapper .search__wrapper span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:33px;min-height:23px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:6.725px;border:0.841px solid var(--color-main-border, #E7E7E8);background:var(--color-gray-scale-gray-50, #F3F3F4);position:absolute;right:12px}.dashboard__wrapper .main__wrapper .side__wrapper .search__wrapper>input{width:100%;height:40px;border:1px solid #E7E7E8;border-radius:8px;outline:none;padding-left:12px;padding-right:53px;font-size:14px;color:#000}.dashboard__wrapper header{border-bottom:1px solid var(--color-main-border, #E7E7E8);background:var(--color-gray-scale-gray-00, #FFF);position:fixed;top:0px;left:0px;width:100%;z-index:3}.dashboard__wrapper header .container{padding-left:35px;margin-left:auto;margin-right:auto;width:auto;padding-right:35px}.dashboard__wrapper header .container .outer__header{padding:12px 0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dashboard__wrapper header .container .outer__header .right>.controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown{position:absolute;top:35px;right:-66px;min-width:385px;max-width:385px;border-radius:8px;border:1px solid var(--color-main-border, #E7E7E8);background:var(--color-gray-scale-gray-00, #FFF);-webkit-box-shadow:4px 12px 24px 0px rgba(14,11,41,0.16);box-shadow:4px 12px 24px 0px rgba(14,11,41,0.16)}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown .notification__list{max-height:440px;overflow-y:auto}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown .notification__list::-webkit-scrollbar{width:4px;height:4px}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown .notification__list::-webkit-scrollbar-thumb{border-radius:5px;background-color:#F56A05}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown .notification__list>.elem{text-decoration:none;padding:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.4s ease all;transition:.4s ease all;border-bottom:1px solid #E7E7E8;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown .notification__list>.elem:hover{background-color:rgba(245,106,5,0.03) !important}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown .notification__list>.elem.new{background-color:#F6F6F6}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown .notification__list>.elem:last-child{border-bottom:0px}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown .notification__list>.elem>.desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown .notification__list>.elem>.desc>span{font-size:12px;line-height:125%;font-weight:400;font-family:"Inter" ,sans-serif;color:#4B6EEA}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown .notification__list>.elem>.desc>p{margin-top:0px;margin-bottom:6px;font-size:14px;line-height:125%;font-weight:400;font-family:"Inter" ,sans-serif;color:#6F7076}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown .notification__list>.elem>.desc>p .medium{font-weight:500;color:#272831}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown .notification__list>.elem>.desc>p .hashtag{color:#1E4AE5}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown .notification__list>.elem>.media{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:12px}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown .notification__list>.elem>.media>img{min-width:44px;max-width:44px;min-height:44px;max-height:44px;border-radius:250px}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown .button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:8px 15px;border-top:1px solid var(--color-main-border, #E7E7E8);background:#F6F6F6}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown .button>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:"Inter" ,sans-serif;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;font-size:14px;line-height:150%;font-weight:500;color:#272831;text-decoration:none}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown .button>a span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:8px}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown .title{padding:8px 15px;text-align:center;border-bottom:1px solid var(--color-main-border, #E7E7E8);background:#F6F6F6}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown .title p{margin:0px;font-family:"Inter" ,sans-serif;font-size:16px;line-height:150%;font-weight:500;color:#272831}.dashboard__wrapper header .container .outer__header .right>.controls>.message,.dashboard__wrapper header .container .outer__header .right>.controls>.notification{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:24px;position:relative}.dashboard__wrapper header .container .outer__header .right>.controls>.message>a,.dashboard__wrapper header .container .outer__header .right>.controls>.notification>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.dashboard__wrapper header .container .outer__header .right>.controls .profile{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.dashboard__wrapper header .container .outer__header .right>.controls .profile>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.dashboard__wrapper header .container .outer__header .right>.controls .profile>a img{min-width:40px;max-width:40px;min-height:40px;max-height:40px;border-radius:250px;-o-object-fit:cover;object-fit:cover}.dashboard__wrapper header .container .outer__header .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.dashboard__wrapper header .container .outer__header .left>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.dashboard__wrapper header .container .outer__header .left>a>img{max-width:85px}#chartjs-tooltipnew table tbody{width:100%}#chartjs-tooltipnew table tbody tr{width:100%}#chartjs-tooltipnew table tbody tr:nth-child(1) p{color:#D1D4FD}#chartjs-tooltipnew table tbody tr:nth-child(2) p{color:#5E68FA}#chartjs-tooltipnew table tbody tr td{font-size:16px;line-height:20px;color:#0E0F10}#chartjs-tooltipnew table tbody tr td p{font-weight:600;margin:0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px;font-weight:600;color:#0F101A;font-weight:500;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#chartjs-tooltipnew table tbody tr td p span{min-width:0px;margin-right:10px}#chartjs-tooltipnew table tbody tr td{width:100%}#chartjs-tooltipnew table tbody tr td span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:52px;min-height:22px;margin-right:12px;border-radius:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;line-height:18px;font-weight:500;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}#chartjs-tooltip,#chartjs-tooltipnew{padding:10px 15px;background:#FFFFFF;-webkit-box-shadow:0px 10px 44px rgba(0,0,0,0.08);box-shadow:0px 10px 44px rgba(0,0,0,0.08);-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);border-radius:8px;text-align:center;min-width:150px;max-width:150px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:4}#chartjs-tooltip table,#chartjs-tooltipnew table{width:100%}#chartjs-tooltip tbody,#chartjs-tooltipnew tbody{width:100%}#chartjs-tooltip tbody tr,#chartjs-tooltipnew tbody tr{width:100%}#chartjs-tooltip tbody tr:nth-child(1) p,#chartjs-tooltipnew tbody tr:nth-child(1) p{color:#5E68FA}#chartjs-tooltip tbody tr:nth-child(2) p,#chartjs-tooltipnew tbody tr:nth-child(2) p{color:#F56A05}#chartjs-tooltip tbody tr:nth-child(3) p,#chartjs-tooltipnew tbody tr:nth-child(3) p{color:#50B0AE}#chartjs-tooltip tbody tr td,#chartjs-tooltipnew tbody tr td{font-size:16px;line-height:20px;color:#0E0F10}#chartjs-tooltip tbody tr td p,#chartjs-tooltipnew tbody tr td p{font-weight:600;margin:0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px;font-weight:600;color:#0F101A;font-weight:500;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#chartjs-tooltip tbody tr td p span,#chartjs-tooltipnew tbody tr td p span{min-width:0px;margin-right:10px}#chartjs-tooltip tbody tr td,#chartjs-tooltipnew tbody tr td{width:100%}#chartjs-tooltip tbody tr td span,#chartjs-tooltipnew tbody tr td span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:52px;min-height:22px;margin-right:12px;border-radius:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;line-height:18px;font-weight:500;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}#chartjs-tooltip thead tr th,#chartjs-tooltipnew thead tr th{font-size:15px;line-height:20px;color:#393942;font-weight:500}.embeds__wrapper{width:100%}.embeds__wrapper>.elem__embed{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px}.embeds__wrapper>.elem__embed:last-child{margin-bottom:0px}.embeds__wrapper>.elem__embed .script{max-width:630px;width:100%;border-radius:12px;border:1px solid var(--color-main-border, #E7E7E8);background:var(--color-gray-scale-gray-00, #FFF)}.embeds__wrapper>.elem__embed .script>.elem__script{border-bottom:1px solid #DEE2E6;padding:16px 24px}.embeds__wrapper>.elem__embed .script>.elem__script:last-child{border-bottom:0px}.embeds__wrapper>.elem__embed .script>.elem__script .content{width:100%}.embeds__wrapper>.elem__embed .script>.elem__script .content .code{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:10px 18px;padding-right:0px;padding-bottom:7px;padding-bottom:3px;border-radius:8px;background:#F6F6F6;position:relative;overflow:hidden}.embeds__wrapper>.elem__embed .script>.elem__script .content .code *{font-family:'Source Code Pro', monospace}.embeds__wrapper>.elem__embed .script>.elem__script .content .code pre{font-size:14px;line-height:25px;padding-right:18px;margin:0px;overflow-x:auto;margin-left:25px}.embeds__wrapper>.elem__embed .script>.elem__script .content .code pre::-webkit-scrollbar{width:4px;height:4px}.embeds__wrapper>.elem__embed .script>.elem__script .content .code pre::-webkit-scrollbar-thumb{border-radius:5px;background-color:#F56A05}.embeds__wrapper>.elem__embed .script>.elem__script .content .code pre .link{color:#F56A05}.embeds__wrapper>.elem__embed .script>.elem__script .content .code pre .key{color:#5E68FA}.embeds__wrapper>.elem__embed .script>.elem__script .content .code pre .script,.embeds__wrapper>.elem__embed .script>.elem__script .content .code pre .variable{color:#1E4AE5;background-color:transparent}.embeds__wrapper>.elem__embed .script>.elem__script .content .code .list{margin-right:15px;position:absolute;left:18px}.embeds__wrapper>.elem__embed .script>.elem__script .content .code .list ul{padding:0px;margin:0px;list-style-type:none}.embeds__wrapper>.elem__embed .script>.elem__script .content .code .list ul li{opacity:.5;font-size:14px;line-height:25px;color:#0F101A}.embeds__wrapper>.elem__embed .script>.elem__script>.top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:12px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.embeds__wrapper>.elem__embed .script>.elem__script>.top>.right{margin-left:15px}.embeds__wrapper>.elem__embed .script>.elem__script>.top>.right>a{min-width:32px;max-width:32px;min-height:32px;max-height:32px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:var(--corner-radius-rd-xs, 8px);background:var(--color-buttons-secondary, #F3F3F4);-webkit-transition:.4s ease all;transition:.4s ease all}.embeds__wrapper>.elem__embed .script>.elem__script>.top>.right>a svg path{-webkit-transition:.4s ease all;transition:.4s ease all}.embeds__wrapper>.elem__embed .script>.elem__script>.top>.right>a.copied{background-color:#F56A05}.embeds__wrapper>.elem__embed .script>.elem__script>.top>.right>a.copied svg path{stroke:#fff}.embeds__wrapper>.elem__embed .script>.elem__script>.top>.right>a:hover{background-color:#E7E7E8}.embeds__wrapper>.elem__embed .script>.elem__script>.top>.right>a:active{background-color:#CFCFD1}.embeds__wrapper>.elem__embed .script>.elem__script>.top>.left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.embeds__wrapper>.elem__embed .script>.elem__script>.top>.left>p{margin-top:0px;margin-bottom:4px;font-size:16px;line-height:140%;font-weight:600;color:#0F101A}.embeds__wrapper>.elem__embed .script>.elem__script>.top>.left>span{display:block;font-size:14px;line-height:130%;font-weight:400;color:#3F4048}.embeds__wrapper>.elem__embed>.desc{padding:16px 28px;max-width:350px}.embeds__wrapper>.elem__embed>.desc>p{margin-top:0px;margin-bottom:4px;font-size:14px;text-transform:uppercase;line-height:150%;font-weight:600;color:#0F101A}.embeds__wrapper>.elem__embed>.desc>span{display:block;font-size:14px;line-height:130%;font-weight:400;color:#3F4048}.embeds__wrapper>.elem__embed>.desc>span,.embeds__wrapper>.elem__embed>.desc>p,.embeds__wrapper>.elem__embed .script>.elem__script>.top>.left>p,.embeds__wrapper>.elem__embed .script>.elem__script>.top>.left>span{font-family:"Inter Tight", sans-serif}.portal__wrapper .elem__portal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px}.portal__wrapper .elem__portal:last-child{margin-bottom:0px}.portal__wrapper .elem__portal>.portal__box{width:100%;max-width:630px;border:1px solid var(--color-main-border, #E7E7E8);border-radius:var(--corner-radius-rd-xs, 8px)}.portal__wrapper .elem__portal>.portal__box>.elem{border-bottom:1px solid var(--color-main-border, #E7E7E8);padding:16px 24px}.portal__wrapper .elem__portal>.portal__box>.elem .checkboxes__wrapper{display:grid;grid-template-columns:repeat(3, 1fr);padding:16px;grid-column-gap:10px;border-radius:var(--corner-radius-rd-xs, 8px);background:#F6F6F6;grid-row-gap:24px}.portal__wrapper .elem__portal>.portal__box>.elem .portal__field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.portal__wrapper .elem__portal>.portal__box>.elem .portal__field>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:40px;max-width:40px;min-height:40px;border-radius:var(--corner-radius-rd-xs, 8px);background:var(--color-buttons-secondary, #F3F3F4);margin-left:12px;-webkit-transition:.4s ease all;transition:.4s ease all}.portal__wrapper .elem__portal>.portal__box>.elem .portal__field>a.copied{background-color:#F56A05 !important}.portal__wrapper .elem__portal>.portal__box>.elem .portal__field>a.copied svg path{stroke:#fff !important}.portal__wrapper .elem__portal>.portal__box>.elem .portal__field>a svg path{-webkit-transition:.4s  ease all;transition:.4s  ease all}.portal__wrapper .elem__portal>.portal__box>.elem .portal__field>a:hover{background-color:#E7E7E8}.portal__wrapper .elem__portal>.portal__box>.elem .portal__field>a:active{background-color:#CFCFD1}.portal__wrapper .elem__portal>.portal__box>.elem .portal__field>input{width:100%;height:40px;border-radius:8px;outline:none;padding-left:12px;color:#000;padding-right:12px;border-radius:var(--corner-radius-rd-xs, 8px);border:1px solid var(--color-main-border, #E7E7E8);background:#FBFBFC;font-family:"DM Mono" ,sans-serif}.portal__wrapper .elem__portal>.portal__box>.elem>.top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.portal__wrapper .elem__portal>.portal__box>.elem>.top:last-child{margin-bottom:0px}.portal__wrapper .elem__portal>.portal__box>.elem>.top>.left{margin-right:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.portal__wrapper .elem__portal>.portal__box>.elem>.top>.left>p{margin-top:0px;margin-bottom:4px;font-size:16px;line-height:140%;font-weight:600;color:#0F101A;font-family:"Inter Tight" ,sans-serif}.portal__wrapper .elem__portal>.portal__box>.elem>.top>.left>span{font-size:14px;line-height:130%;font-weight:400;color:#3F4048;font-family:"Inter Tight" ,sans-serif}.portal__wrapper .elem__portal>.portal__box>.elem>.top>.left:last-child{margin-right:0px}.portal__wrapper .elem__portal>.portal__box>.elem:last-child{border-bottom:0px}.portal__wrapper .elem__portal>.desc{width:100%;max-width:350px;padding:16px 28px}.portal__wrapper .elem__portal>.desc>p{margin-top:0px;margin-bottom:4px;font-size:14px;line-height:150%;font-weight:600;color:#0F101A;text-transform:uppercase;font-family:"Inter Tight" ,sans-serif}.portal__wrapper .elem__portal>.desc>span{font-size:14px;line-height:130%;font-weight:400;color:#3F4048;font-family:"Inter Tight" ,sans-serif}.container__check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:14px;line-height:130%;font-weight:500;color:#272831}.container__check .checkmark{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:8px}.container__check input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.container__check .checkmark{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:16px;max-width:16px;min-height:16px;max-height:16px;border-radius:4px;border:1px solid var(--color-gray-scale-gray-200, #CFCFD1);background:var(--color-gray-scale-gray-00, #FFF)}.container__check input:checked ~ .checkmark{border-color:#F56A05;background-color:#F56A05}.container__check .checkmark:after{content:"";position:absolute;display:none}.container__check input:checked ~ .checkmark:after{display:block}.container__check .checkmark:after{left:4px;top:1px;width:4px;height:8px;border:solid white;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.products__wrapper .products__list{display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:20px;grid-row-gap:24px}.products__wrapper .products__list .product{padding:16px;border-radius:var(--corner-radius-rd-md, 16px);border:1px solid var(--color-main-border, #E7E7E8);background:var(--color-gray-scale-gray-00, #FFF);padding-bottom:80px;position:relative}.products__wrapper .products__list .product .link__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:absolute;left:16px;width:calc(100% - 32px);padding-top:12px;border-top:1px solid #E7E7E8;bottom:16px}.products__wrapper .products__list .product .link__box>input{width:100%;border-radius:var(--corner-radius-rd-xs, 8px);border:1px solid var(--color-main-border, #E7E7E8);background:#FBFBFC;height:40px;outline:none;padding-left:12px;padding-right:12px;font-family:"DM Mono" ,sans-serif;color:#000;font-size:14px}.products__wrapper .products__list .product .link__box>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;margin-left:12px;-ms-flex-pack:center;justify-content:center;min-width:40px;max-width:40px;min-height:40px;max-height:40px;background-color:#F3F3F4;border-radius:var(--corner-radius-rd-xs, 8px);-webkit-transition:.4s ease all;transition:.4s ease all}.products__wrapper .products__list .product .link__box>a svg path{-webkit-transition:.4s ease all;transition:.4s ease all}.products__wrapper .products__list .product .link__box>a.copied{background-color:#F56A05 !important}.products__wrapper .products__list .product .link__box>a.copied svg path{stroke:#fff !important}.products__wrapper .products__list .product .link__box>a:hover{background-color:#E7E7E8}.products__wrapper .products__list .product .link__box>a:active{background-color:#CFCFD1}.products__wrapper .products__list .product .desc{margin-top:12px;width:100%}.products__wrapper .products__list .product .desc>p{margin:0px;font-size:14px;line-height:130%;font-weight:400;color:#6F7076;font-family:"Inter Tight",sans-serif}.products__wrapper .products__list .product .desc>.top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:4px}.products__wrapper .products__list .product .desc>.top>p{margin:0px;font-size:18px;line-height:140%;font-weight:600;color:#272831;margin-right:12px;font-family:"Inter Tight" ,sans-serif}.products__wrapper .products__list .product .desc>.top>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:2px 8px;border-radius:4px;background:var(--color-orange-scale-orange-100, #FEF0E6);font-size:12px;line-height:150%;font-weight:500;position:relative;top:2px;color:#F56A05}.products__wrapper .products__list .product>.media{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #E7E7E8;border-radius:8px;position:relative}.products__wrapper .products__list .product>.media .more__btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:absolute;top:8px;right:8px}.products__wrapper .products__list .product>.media .more__btn .more__dropdown{position:absolute;right:0px;top:37px;min-width:180px;max-width:180px;border-radius:var(--corner-radius-rd-xs, 8px);border:1px solid var(--color-main-border, #E7E7E8);background:var(--color-gray-scale-gray-00, #FFF);z-index:2;-webkit-box-shadow:4px 12px 24px 0px rgba(14,11,41,0.16);box-shadow:4px 12px 24px 0px rgba(14,11,41,0.16)}.products__wrapper .products__list .product>.media .more__btn .more__dropdown .more__top{padding-top:4px}.products__wrapper .products__list .product>.media .more__btn .more__dropdown .more__top>.el{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 16px}.products__wrapper .products__list .product>.media .more__btn .more__dropdown .more__top>.el p{margin:0px;font-size:14px;line-height:130%;font-weight:400;color:#272831}.products__wrapper .products__list .product>.media .more__btn .more__dropdown .options{padding-top:4px;border-top:1px solid #E7E7E8;padding-bottom:4px;margin-top:4px}.products__wrapper .products__list .product>.media .more__btn .more__dropdown .options ul{padding:0px;list-style-type:none;margin:0px}.products__wrapper .products__list .product>.media .more__btn .more__dropdown .options ul>li.delete{margin-top:4px;padding-top:4px;border-top:1px solid #E7E7E8}.products__wrapper .products__list .product>.media .more__btn .more__dropdown .options ul>li.delete>a{color:#F94C4C}.products__wrapper .products__list .product>.media .more__btn .more__dropdown .options ul>li.delete>a:hover{color:#F94C4C;background-color:rgba(249,76,76,0.05)}.products__wrapper .products__list .product>.media .more__btn .more__dropdown .options ul>li>a{padding:8px 16px;text-decoration:none;font-size:14px;line-height:130%;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;color:#272831;-webkit-transition:.4s ease all;transition:.4s ease all}.products__wrapper .products__list .product>.media .more__btn .more__dropdown .options ul>li>a:hover{background:rgba(245,106,5,0.05);color:#F56A05}.products__wrapper .products__list .product>.media .more__btn>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:32px;max-width:32px;min-height:32px;max-height:32px;border-radius:250px;border-radius:var(--corner-radius-rd-l, 24px);background:rgba(243,243,244,0.5);-webkit-transition:.4s ease all;transition:.4s ease all}.products__wrapper .products__list .product>.media .more__btn>a.opened{background-color:#E7E7E8}.products__wrapper .products__list .product>.media .more__btn>a:hover{background:#E7E7E8}.products__wrapper .products__list .product>.media>img{height:200px;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.products__wrapper .products__categories{margin-bottom:32px}.products__wrapper .products__categories ul{width:100%;max-width:540px;padding:0px;list-style-type:none;margin:0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #E7E7E8;border-radius:8px}.products__wrapper .products__categories ul>li{width:100%;border-right:1px solid #E7E7E8}.products__wrapper .products__categories ul>li:nth-child(1)>a{border-top-left-radius:8px;border-bottom-left-radius:8px}.products__wrapper .products__categories ul>li:last-child>a{border-top-right-radius:8px;border-bottom-right-radius:8px}.products__wrapper .products__categories ul>li:last-child{border-right:0px}.products__wrapper .products__categories ul>li>a{-webkit-transition:.4s ease all;transition:.4s ease all;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:50px;text-decoration:none;font-size:14px;font-weight:500;line-height:150%;color:#87878C}.products__wrapper .products__categories ul>li>a.current{color:#0F101A;background-color:#F3F3F4}.products__wrapper .products__categories ul>li>a:hover{background-color:#F3F3F4}.menu{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.4s ease all;transition:.4s ease all;max-width:30px;min-height:30px;max-height:30px;border:1px solid #E7E7E8;border-top-right-radius:5px;border-bottom-right-radius:5px;position:fixed;bottom:0px;border-left:0px;background-color:#fff;left:264px;z-index:6}.menu>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:20px;max-width:20px;min-height:20px;max-height:20px}.menu>a.opened>span:nth-child(1){-webkit-transform:rotate(45deg);transform:rotate(45deg);top:6px}.menu>a.opened>span:nth-child(2){opacity:0}.menu>a.opened>span:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg);bottom:6px}.menu>a>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:15px;min-height:2px;background-color:#0F101A;margin-bottom:4px;-webkit-transition:.4s ease all;transition:.4s ease all;position:relative}.menu>a>span:nth-child(1){top:0px}.menu>a>span:last-child{bottom:0px;top:auto}.menu>a>span:last-child{margin-bottom:0px}.table__wrapper{width:100%;overflow-x:auto}.table__wrapper::-webkit-scrollbar{width:4px;height:4px}.table__wrapper.transparent table tr td{background-color:#fff}.table__wrapper.main__font *{font-family:"Inter" ,sans-serif}.table__wrapper::-webkit-scrollbar-thumb{border-radius:5px;background-color:#F56A05}.table__wrapper table{width:100%;border-collapse:collapse}.table__wrapper table .grey{color:#6B7280}.table__wrapper table .medium{font-weight:500}.table__wrapper table .action{width:72px}.table__wrapper table .action a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:32px;max-width:32px;min-height:32px;max-height:32px;border-radius:32px;-webkit-transition:.4s ease all;transition:.4s ease all}.table__wrapper table .action a:hover{background-color:rgba(243,243,244,0.5)}.table__wrapper table .action a.opened{background-color:#E7E7E8}.table__wrapper table tr.highlight td{background-color:#fff}.table__wrapper table tr.highlight td>p.access{color:#009697;background-color:#E5F4F5}.table__wrapper table tr:last-child td{border-bottom:0px}.table__wrapper table tr td{border-bottom:1px solid #E7E7E8;padding:22px 20px;background-color:#FBFBFC;-webkit-transition:.4s ease all;transition:.4s ease all}.table__wrapper table tr td>p{margin:0px;font-family:"Inter Tight" ,sans-serif;font-size:14px;line-height:130%;white-space:nowrap;font-weight:400}.table__wrapper table tr td>p.access{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:2px 8px;font-size:12px;-webkit-transition:.4s ease all;transition:.4s ease all;line-height:150%;font-weight:500;color:#272831;background-color:#F3F3F4;border-radius:4px}.table__wrapper table tr td>p.dark{color:#0F101A}.table__wrapper table tr td>p.default{color:#57585F}.table__wrapper table tr td>p.date{color:#6F7076}.table__wrapper table tr th{padding:17px 20px;border-top:1px solid var(--color-main-border, #E7E7E8);border-bottom:1px solid var(--color-main-border, #E7E7E8);background:rgba(243,243,244,0.63);text-align:left;white-space:nowrap}.table__wrapper table tr th p{margin:0px;font-size:12px;font-weight:600;line-height:150%;font-family:"Inter Tight" ,sans-serif;color:#87878C;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-transform:uppercase}.table__wrapper table tr th p .info{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:8px}.table__wrapper table tr th p .sort__button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:8px}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px;border-top:1px solid #E7E7E8}.pagination>ul{padding:0px;list-style-type:none;margin:0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;border:1px solid #E7E7E8;border-radius:4px}.pagination>ul li{border-right:1px solid #E7E7E8}.pagination>ul li:last-child{border-right:0px}.pagination>ul li.dots{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:33px;max-width:33px;min-height:33px;max-height:33px;font-size:14px;line-height:150%;color:#87878C;font-weight:500}.pagination>ul li>a{-webkit-transition:.4s  ease all;transition:.4s  ease all;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:33px;text-decoration:none;font-size:14px;color:#87878C;line-height:150%;font-weight:500;padding-left:12px;padding-right:12px;min-height:33px;max-height:33px}.pagination>ul li>a.current{color:#F56A05;background-color:#FEF0E6}.pagination>ul li>a:hover{color:#F56A05;background-color:#FEF0E6}.pagination>ul li>a:hover svg path{fill:#F56A05}.pagination>ul li>a svg path{-webkit-transition:.4s ease all;transition:.4s ease all}.pagination .showing{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.pagination .showing>p{margin:0px;font-size:14px;line-height:150%;color:#87878C;font-weight:400;font-family:"Inter Tight" ,sans-serif}.pagination .showing>p span{color:#0F101A;font-weight:600;font-family:"Inter Tight" ,sans-serif}.pages__wrapper .pages__box{border-radius:var(--corner-radius-rd-xs, 8px);border:1px solid var(--color-main-border, #E7E7E8);background:var(--color-gray-scale-gray-00, #FFF)}.pages__wrapper .pages__box>.top__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px}.pages__wrapper .pages__box>.top__controls>.buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.pages__wrapper .pages__box>.top__controls>.buttons>.preview{min-height:40px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:16px;font-size:14px;line-height:130%;font-weight:600;color:#272831;text-decoration:none;background-color:#F3F3F4;padding-left:16px;border-radius:8px}.pages__wrapper .pages__box>.top__controls>.buttons>.add__product{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:40px;margin-right:16px;padding-left:16px;padding-right:16px;font-size:14px;line-height:130%;font-weight:600;color:#FFFFFF;text-decoration:none;border-radius:var(--corner-radius-rd-xs, 8px);background:var(--color-buttons-primary, #0F101A)}.pages__wrapper .pages__box>.top__controls>.search{width:100%;max-width:430px}.pages__wrapper .pages__box>.top__controls>.search>input{width:100%;height:45px;border-radius:8px;border:1px solid var(--gray-300, #DBDBDB);background:var(--white, #FFF);outline:none;font-size:14px;background:url("../img/searchicon.svg");background-repeat:no-repeat;background-size:16px;background-position:16px center;padding-left:42px;padding-right:12px}.pages__wrapper>.title{margin-bottom:24px}.pages__wrapper>.title>h2{margin:0px;font-size:32px;line-height:130%;font-weight:bold;color:#212529}.controls__table{position:absolute;top:0px;left:0px;z-index:4;min-width:180px;max-width:180px;border-radius:8px;border:1px solid var(--gray-100, #F3F4F6);background:var(--white, #FFF);-webkit-box-shadow:0px 2px 4px -2px rgba(0,0,0,0.05),0px 4px 6px -1px rgba(0,0,0,0.1);box-shadow:0px 2px 4px -2px rgba(0,0,0,0.05),0px 4px 6px -1px rgba(0,0,0,0.1);padding-top:4px;display:none}.controls__table ul{padding:0px;list-style-type:none;margin:0px}.controls__table ul>li.delete{margin-top:4px;border-top:1px solid #E7E7E8}.controls__table ul>li.delete>a{color:#F94C4C}.controls__table ul>li.delete>a:hover{color:#F94C4C;background-color:rgba(249,76,76,0.05)}.controls__table ul>li>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:8px 16px;font-size:14px;line-height:130%;font-weight:400;color:#343A40;text-decoration:none;-webkit-transition:.4s ease all;transition:.4s ease all}.controls__table ul>li>a:hover{background:rgba(245,106,5,0.05);color:#F56A05}.constructor__wrapper{width:100%;min-height:100vh}.constructor__wrapper .constructor__main{width:100%;min-height:100vh;padding-top:64px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.constructor__wrapper .constructor__main>.constructor__form{width:50%;padding:40px 80px;display:-webkit-box;display:-ms-flexbox;display:flex}.constructor__wrapper .constructor__main>.constructor__form>form{max-width:550px;margin-left:auto;margin-right:auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper{width:100%}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper>.field__box{margin-bottom:16px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section{margin-top:16px;position:relative}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section .new__section--dropdown{position:absolute;width:100%;top:70px;border-radius:var(--corner-radius-rd-xs, 8px);border:1px solid var(--color-main-border, #E7E7E8);-webkit-box-shadow:0px 4px 4px 0px rgba(0,0,0,0.25);box-shadow:0px 4px 4px 0px rgba(0,0,0,0.25);z-index:2;background-color:#fff;max-height:495px;overflow-y:auto}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section .new__section--dropdown::-webkit-scrollbar{width:4px;height:4px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section .new__section--dropdown::-webkit-scrollbar-thumb{border-radius:5px;background-color:#F56A05}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section .new__section--dropdown>.grid{display:grid;grid-template-columns:repeat(3, 1fr)}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section .new__section--dropdown>.grid>.elem{display:-webkit-box;display:-ms-flexbox;display:flex;border-right:1px solid #E7E7E8;border-top:1px solid #E7E7E8;-webkit-transition:.4s ease all;transition:.4s ease all;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:98px;text-decoration:none}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section .new__section--dropdown>.grid>.elem:nth-child(15){border-bottom:1px solid #E7E7E8}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section .new__section--dropdown>.grid>.elem:hover{background-color:rgba(254,240,230,0.6)}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section .new__section--dropdown>.grid>.elem:hover>p{color:#F56A05}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section .new__section--dropdown>.grid>.elem:hover>.media svg path{stroke:#F56A05}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section .new__section--dropdown>.grid>.elem:nth-child(1),.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section .new__section--dropdown>.grid>.elem:nth-child(2),.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section .new__section--dropdown>.grid>.elem:nth-child(3){border-top:0px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section .new__section--dropdown>.grid>.elem:nth-child(3n){border-right:0px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section .new__section--dropdown>.grid>.elem .media{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section .new__section--dropdown>.grid>.elem .media svg{width:24px;height:24px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section .new__section--dropdown>.grid>.elem .media svg path{-webkit-transition:.4s ease all;transition:.4s ease all}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section .new__section--dropdown>.grid>.elem>p{font-size:16px;line-height:140%;font-weight:500;color:#0F101A;margin:0px;-webkit-transition:.4s ease all;transition:.4s ease all}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;min-height:64px;border-radius:var(--corner-radius-rd-xs, 8px);border:1px dashed #F56A05;background:rgba(245,106,5,0.05);text-decoration:none;font-size:14px;line-height:150%;font-weight:600;color:#F56A05;-webkit-transition:.4s ease all;transition:.4s ease all}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section>a.opened{background:rgba(245,106,5,0.1)}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section>a:hover{background:rgba(245,106,5,0.1)}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .add__new--section>a span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:8px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section{margin-bottom:16px;padding:23px 20px;border-radius:var(--corner-radius-rd-xs, 8px);border:1px solid var(--color-main-border, #E7E7E8);background:var(--color-gray-scale-gray-00, #FFF)}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .add__trainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .add__trainer>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--color-buttons-secondary, #F3F3F4);font-size:14px;line-height:140%;font-weight:600;color:#272831;text-decoration:none;border-radius:250px;padding:12px 15px;-webkit-transition:.4s ease all;transition:.4s ease all}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .add__trainer>a:hover{background-color:#E7E7E8}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .add__trainer>a:active{background-color:#CFCFD1}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content{display:none;padding-top:16px;margin-top:16px;border-top:1px solid #E7E7E8}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .transparency{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .transparency .group__input>input{border-top-left-radius:0px;border-bottom-left-radius:0px;border-left:0px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .transparency>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:50px;max-height:50px;min-width:50px;max-width:50px;border-top-left-radius:5px;border-bottom-left-radius:5px;background-color:#F56A05;color:#fff;font-size:16px;color:#fff}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .button__field>.group__dropdown{margin-bottom:15px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .button__field>.group__dropdown:last-child{margin-bottom:0px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .button__field>.group__input{margin-bottom:15px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .button__field>.group__input:last-child{margin-bottom:0px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .button__field>p{margin-top:0px;margin-bottom:15px;font-size:14px;line-height:150%;font-weight:600;color:#0F101A;text-transform:uppercase}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content.allow__remove .trainer__wrapper .elem__trainer>.top>a{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .trainer__wrapper{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #E7E7E8}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .trainer__wrapper .trainer__file--box>p{margin-top:0px;margin-bottom:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:12px;line-height:150%;font-weight:600;color:#0F101A;text-transform:uppercase;font-family:"Inter Tight" ,sans-serif}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .trainer__wrapper .trainer__file--box>p span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:4px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .trainer__wrapper .trainer__file--box>p span img{max-width:16px;min-width:16px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .trainer__wrapper .elem__trainer{margin-bottom:20px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .trainer__wrapper .elem__trainer .file__logo .controls{margin-top:0px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .trainer__wrapper .elem__trainer>.group__input{margin-bottom:12px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .trainer__wrapper .elem__trainer>.top{margin-bottom:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .trainer__wrapper .elem__trainer>.top>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:8px;-webkit-transition:.4s ease all;transition:.4s ease all;min-width:32px;max-width:32px;min-height:32px;max-height:32px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .trainer__wrapper .elem__trainer>.top>a:hover{background-color:rgba(243,243,244,0.5)}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .trainer__wrapper .elem__trainer>.top>a:active{background-color:#E7E7E8}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .trainer__wrapper .elem__trainer>.top>p{margin:0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:12px;line-height:150%;font-weight:600;color:#0F101A;text-transform:uppercase;font-family:"Inter Tight" ,sans-serif}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .trainer__wrapper .elem__trainer>.top>p span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:4px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .trainer__wrapper .elem__trainer>.top>p span img{min-width:16px;max-width:16px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .content .trainer__wrapper .elem__trainer:last-child{margin-bottom:0px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:12px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head .right>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head .right>a.toggle{margin-left:8px;min-width:32px;max-width:32px;min-height:32px;max-height:32px;background-color:#F3F3F4;border-radius:8px;-webkit-transition:.4s ease all;transition:.4s ease all}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head .right>a.toggle.opened img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head .right>a.toggle img{-webkit-transition:.4s ease all;transition:.4s ease all}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head .right>a.toggle:hover{background-color:#E7E7E8}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head .right>a.toggle:active{background-color:#CFCFD1}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head .right>a.remove{border-radius:8px;-webkit-transition:.4s ease all;transition:.4s ease all;min-width:32px;max-width:32px;min-height:32px;max-height:32px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head .right>a.remove:hover{background-color:rgba(243,243,244,0.5)}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head .right>a.remove:active{background-color:#E7E7E8}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head .right>a.refresh{border-radius:8px;-webkit-transition:.4s ease all;transition:.4s ease all;min-width:32px;max-width:32px;min-height:32px;max-height:32px;margin-right:4px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head .right>a.refresh:hover{background-color:rgba(243,243,244,0.5)}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head .right>a.refresh:active{background-color:#E7E7E8}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head .left>.desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head .left>.desc>p{margin-top:0px;font-size:14px;line-height:140%;font-weight:600;color:#0F101A;margin-bottom:0px;font-family:"Inter" ,sans-serif}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head .left>.desc>span{display:block;font-family:"Inter" ,sans-serif;font-size:12px;line-height:150%;font-weight:400;color:#57585F}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head .left>.pointer{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:12px;min-width:16px;max-width:16px;min-height:16px;max-height:16px;cursor:-webkit-grab;cursor:grab}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section:last-child{margin-bottom:0px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:22px 20px;border-radius:var(--corner-radius-rd-xs, 8px);border:1px solid var(--color-main-border, #E7E7E8);background:var(--color-gray-scale-gray-00, #FFF);margin-bottom:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .navigation>p{margin:0px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:150%;font-weight:600;color:#0F101A;text-transform:uppercase;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .navigation>p>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:8px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper.double__side{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .field__box .divider{margin-top:-4px;margin-bottom:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .field__box .divider>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;min-height:1px;background-color:#E7E7E8}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .field__box .divider>img{margin:0px 12px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .field__box .group__dropdown{margin-bottom:16px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .field__box .group__dropdown:last-child{margin-bottom:0px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper>.controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:40px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper>.controls>.back__button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:56px;min-height:54px;margin-right:16px;border:2px solid #F3F3f4;border-radius:var(--corner-radius-rd-xs, 8px);background:var(--color-buttons-secondary, #F3F3F4);-webkit-transition:.4s ease all;transition:.4s ease all}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper>.controls>.back__button:hover{background-color:#E7E7E8;border-color:#E7E7E8}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper>.controls>.back__button:active{border-color:#CFCFD1;background-color:#CFCFD1}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper>.top,.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper>.top__part>.top{margin-bottom:32px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper>.top>h6,.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper>.top__part>.top>h6{margin-top:0px;margin-bottom:4px;font-size:40px;line-height:130%;font-weight:bold;font-family:"Inter Tight" ,sans-serif;color:#0F101A}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper>.top>p,.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper>.top__part>.top>p{font-size:16px;line-height:140%;margin:0px;font-family:"Inter Tight" ,sans-serif;font-weight:400}.constructor__wrapper .constructor__main .builder{background:url("../img/layerback.webp");background-repeat:no-repeat;background-size:cover;background-position:center;width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30px 20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.constructor__wrapper .constructor__main .builder .main__area{width:100%;max-width:540px;border-radius:var(--corner-radius-rd-xxs, 4px);background:var(--color-gray-scale-gray-00, #FFF);padding:24px;-webkit-box-shadow:4px 12px 16px 0px rgba(14,11,41,0.04);box-shadow:4px 12px 16px 0px rgba(14,11,41,0.04)}.constructor__wrapper .constructor__main .builder .main__area>.section__area{width:100%;border-radius:8px;border:1px dashed var(--color-gray-scale-gray-400, #9F9FA3);-webkit-transition:.4s ease all;transition:.4s ease all;min-height:200px;margin-bottom:16px}.constructor__wrapper .constructor__main .builder .main__area>.section__area:last-child{margin-bottom:0px}.constructor__wrapper>.head{position:fixed;top:0px;left:0px;width:100%;background-color:#fff;z-index:2}.constructor__wrapper>.head .progress{position:absolute;left:0px;width:100%;height:6px;border-radius:2px;background:var(--color-gray-scale-gray-50, #F3F3F4);bottom:-6px}.constructor__wrapper>.head .progress .active{height:100%;position:absolute;left:0px;top:0px;border-radius:2px;background-color:#F56A05}.constructor__wrapper>.head .container{max-width:1310px;padding-left:15px;padding-right:15px;width:100%;margin-left:auto;margin-right:auto}.constructor__wrapper>.head .inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 0px}.constructor__wrapper>.head .inner>.right{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.constructor__wrapper>.head .inner>.right>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:145px;min-height:40px;border-radius:var(--corner-radius-rd-xs, 8px);background:var(--color-buttons-secondary, #F3F3F4);-webkit-transition:.4s ease all;transition:.4s ease all;text-decoration:none;font-size:14px;line-height:130%;font-weight:600;color:#272831}.constructor__wrapper>.head .inner>.right>a:hover{background-color:#E7E7E8}.constructor__wrapper>.head .inner>.right>a:active{background-color:#CFCFD1}.constructor__wrapper>.head .inner>.left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.constructor__wrapper>.head .inner>.left>.spacer{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0px 15px;min-width:1px;min-height:32px;background-color:#E7E7E8}.constructor__wrapper>.head .inner>.left .steps>p{margin:0px;font-size:14px;line-height:150%;font-weight:600;text-transform:uppercase;color:#0F101A;font-family:"Inter  Tight" ,sans-serif}.constructor__wrapper>.head .inner>.left>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.constructor__wrapper>.head .inner>.left>a.close{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-radius:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid transparent;min-width:40px;min-height:32px;-webkit-transition:.4s ease all;transition:.4s ease all}.constructor__wrapper>.head .inner>.left>a.close:hover{border-color:#F3F4F6}.file__logo,.file__trainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.file__logo .controls,.file__trainer .controls{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.file__logo .controls>a,.file__trainer .controls>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;min-height:36px;border-radius:100px;background:var(--color-buttons-secondary, #F3F3F4);text-decoration:none;font-size:14px;line-height:140%;font-weight:600;-webkit-transition:.4s ease all;transition:.4s ease all;color:#272831}.file__logo .controls>a:hover,.file__trainer .controls>a:hover{background-color:#E7E7E8}.file__logo .controls>a:active,.file__trainer .controls>a:active{background-color:#CFCFD1}.file__logo .controls>a span,.file__trainer .controls>a span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:8px}.file__logo .controls>p,.file__trainer .controls>p{margin-top:10px;margin-bottom:0px;font-size:14px;line-height:130%;color:#57585F;font-weight:400}.file__logo .media,.file__trainer .media{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:12px;cursor:pointer}.file__logo .media>img,.file__trainer .media>img{min-width:64px;max-width:64px;min-height:64px;max-height:64px;border-radius:8px}.file__logo>input,.file__trainer>input{position:absolute;left:-2500px}.constructor__wrapper>.head .inner>.left>.logo{display:none}.constructor__wrapper>.head .inner>.left>.logo a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.builder__wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:calc(100vh - 64px);margin-top:64px}.builder__wrapper .controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.builder__wrapper .controls>.back__button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:56px;min-height:54px;margin-right:16px;border:2px solid  #F3F3f4;border-radius:var(--corner-radius-rd-xs, 8px);background:var(--color-buttons-secondary, #F3F3F4);-webkit-transition:.4s ease all;transition:.4s ease all}.builder__wrapper .controls>.back__button:hover{background-color:#E7E7E8;border-color:#E7E7E8}.builder__wrapper .controls>.back__button:active{border-color:#CFCFD1;background-color:#CFCFD1}.builder__wrapper>.builder__form{width:50%;padding-top:40px;padding-left:40px;padding-right:40px;padding-bottom:40px}.builder__wrapper>.builder__form>form{width:100%;max-width:550px;margin-left:auto;margin-right:auto}.builder__wrapper>.builder__form>form .step .field__box{margin-bottom:20px}.builder__wrapper>.builder__form>form .step .field__box:last-child{margin-bottom:0px}.builder__wrapper>.builder__form>form .step .double__input{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:12px;margin-bottom:12px}.builder__wrapper>.builder__form>form .step .product__type{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:20px;grid-row-gap:20px}.builder__wrapper>.builder__form>form .step .product__type .elem__product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px;border-radius:8px;border:1px solid var(--color-main-border, #E7E7E8);text-decoration:none;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;-webkit-transition:.4s ease all;transition:.4s ease all}.builder__wrapper>.builder__form>form .step .product__type .elem__product:hover{border-color:#F56A05}.builder__wrapper>.builder__form>form .step .product__type .elem__product:hover .media{background-color:#FEF0E6}.builder__wrapper>.builder__form>form .step .product__type .elem__product:hover .media svg path{stroke:#F56A05}.builder__wrapper>.builder__form>form .step .product__type .elem__product:hover:before{opacity:1}.builder__wrapper>.builder__form>form .step .product__type .elem__product .desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.builder__wrapper>.builder__form>form .step .product__type .elem__product .desc>p{margin-top:0px;margin-bottom:2px;font-size:18px;font-family:"Poppins" ,sans-serif;line-height:140%;font-weight:600;color:#0F101A}.builder__wrapper>.builder__form>form .step .product__type .elem__product .desc>span{font-family:"Inter" ,sans-serif;font-size:16px;line-height:140%;font-weight:400;color:#272831}.builder__wrapper>.builder__form>form .step .product__type .elem__product>.media{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-bottom:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:40px;max-width:40px;min-height:40px;max-height:40px;border-radius:8px;background-color:#F2F2FF;-webkit-transition:.4s ease all;transition:.4s ease all}.builder__wrapper>.builder__form>form .step .product__type .elem__product>.media svg path{stroke:#5E68FA;-webkit-transition:.4s ease all;transition:.4s ease all}.builder__wrapper>.builder__form>form .step>.top{margin-bottom:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.builder__wrapper>.builder__form>form .step>.top>h6{margin-top:0px;margin-bottom:4px;font-size:40px;line-height:130%;font-weight:bold;color:#0F101A;font-family:"Poppins" ,sans-serif}.builder__wrapper>.builder__form>form .step>.top>p{font-family:"Inter" ,sans-serif;margin:0px;font-size:16px;line-height:140%;font-weight:400;color:#272831}.builder__wrapper>.builder{background:url("../img/layerback.webp");background-repeat:no-repeat;background-size:cover;background-position:center;width:50%}.slots__added{margin-top:20px}.slots__added .slot__elements>.elem{margin-bottom:16px;padding:20px 20px;border-radius:var(--Corner-radius-Rd---xs, 8px);border:1px solid var(--Color-Main-Border, #E7E7E8);background:var(--Color-Gray-scale-Gray00, #FFF)}.slots__added .slot__elements>.elem:last-child{margin-bottom:0px}.slots__added .slot__elements>.elem .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.slots__added .slot__elements>.elem .head>.right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.slots__added .slot__elements>.elem .head>.right .toggle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.slots__added .slot__elements>.elem .head>.right .toggle>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:8px;min-width:32px;max-width:32px;min-height:32px;max-height:32px;background-color:#F3F3F4;border-radius:8px;-webkit-transition:.4s ease all;transition:.4s ease all}.slots__added .slot__elements>.elem .head>.right .toggle>a.opened img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.slots__added .slot__elements>.elem .head>.right .toggle>a:hover{background-color:#E7E7E8}.slots__added .slot__elements>.elem .head>.right .toggle>a:active{background-color:#CFCFD1}.slots__added .slot__elements>.elem .head>.right .toggle>a img{-webkit-transition:.4s ease all;transition:.4s ease all}.slots__added .slot__elements>.elem .head>.right>.remove{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:8px}.slots__added .slot__elements>.elem .head>.right>.remove a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:32px;max-width:32px;min-height:32px;max-height:32px;border-radius:250px;-webkit-transition:.4s ease all;transition:.4s ease all}.slots__added .slot__elements>.elem .head>.right>.remove a:hover{background-color:rgba(243,243,244,0.5)}.slots__added .slot__elements>.elem .head>.right>.remove a:active{background-color:#E7E7E8}.slots__added .slot__elements>.elem .head>.left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.slots__added .slot__elements>.elem .head>.left .pointer{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:-webkit-grab;cursor:grab;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:12px}.slots__added .slot__elements>.elem .head>.left>.slot__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.slots__added .slot__elements>.elem .head>.left>.slot__info>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2px 8px;border-radius:4px;background:var(--Color-Orange-scale-Orange100, #FEF0E6);font-size:12px;line-height:130%;font-weight:500;color:#F56A05}.slots__added .slot__elements>.elem .head>.left>.slot__info>p{margin:0px;margin-right:12px;font-size:12px;line-height:150%;font-weight:600;color:#0F101A;text-transform:uppercase}.slots__added .slot__elements>.elem .content{margin-top:15px;border-top:1px solid #E7E7E8;padding-top:15px}.slots__added .slot__elements>.elem .content>.group__input{margin-bottom:12px}.slots__added .slot__elements>.elem .content>.group__input:last-child{margin-bottom:0px}.slots__added>.slot__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px}.slots__added>.slot__title>p{margin:0px 12px;font-family:"Inter" ,sans-serif;font-weight:400;font-size:14px;font-weight:400;line-height:130%;color:#272831}.slots__added>.slot__title>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;height:1px;background-color:#E7E7E8}.slots__picker .slots__list{width:calc(100% + 40px);margin-left:-20px}.slots__picker .slots__list .content{padding:20px;display:grid;grid-template-columns:repeat(5, 1fr);grid-column-gap:15px;grid-row-gap:20px}.slots__picker .slots__list .content .el{-webkit-transition:.4s ease all;transition:.4s ease all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:50px;border-radius:var(--Corner-radius-Rd---xs, 8px);border:1px solid var(--Color-Main-Border, #E7E7E8);background:var(--Color-Gray-scale-Gray00, #FFF);text-decoration:none;font-size:14px;line-height:130%;font-weight:500;color:#272831}.slots__picker .slots__list .content .el.active{color:#F56A05;border-color:#F56A05}.slots__picker .slots__list .head{display:grid;grid-template-columns:repeat(5, 1fr);grid-column-gap:12px;padding-left:20px;padding-right:20px;border-radius:var(--Corner-radius-Rd---xxs, 0px);border-top:1px solid var(--Color-Main-Border, #E7E7E8);border-bottom:1px solid var(--Color-Main-Border, #E7E7E8);background:#FBFBFC}.slots__picker .slots__list .head>.el{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px 0px}.slots__picker .slots__list .head>.el>p{margin-top:0px;margin-bottom:4px;font-size:12px;line-height:150%;font-weight:600;text-transform:uppercase;color:#212529;text-transform:uppercase}.slots__picker .slots__list .head>.el>span{font-size:12px;line-height:150%;font-weight:400;color:#495057}.slots__picker .field__box .content>.group__dropdown{margin-bottom:16px}.field__box .sub__field{margin-top:12px}.field__box .sub__field>p{margin-top:0px;margin-bottom:12px;font-size:14px;line-height:150%;font-weight:600;color:#0F101A;text-transform:uppercase}.field__box .tag__wrapper .tag__main{min-height:42px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-radius:var(--Corner-radius-Rd---xs, 8px);border:1px solid var(--Color-Main-Border, #E7E7E8);background:var(--Color-Gray-scale-Gray00, #FFF);padding:8px;cursor:pointer;position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transition:.4s ease all;transition:.4s ease all}.field__box .tag__wrapper .tag__main .tag__elem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:2px 8px;border-radius:4px;background:var(--color-gray-scale-gray-50, #F3F3F4);margin:4px 4px;margin-left:0px}.field__box .tag__wrapper .tag__main .tag__elem>p{margin:0px;font-size:12px;line-height:150%;font-weight:500;color:#272831;white-space:nowrap}.field__box .tag__wrapper .tag__main .tag__elem>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:4px}.field__box .tag__wrapper .tag__main.focused{border-color:#F56A05}.field__box .tag__wrapper .tag__main.filled>p{margin-top:-24px;font-weight:500;color:#000;font-size:12px}.field__box .tag__wrapper .tag__main>input{outline:none;border:0px;font-size:14px;color:#000}.field__box .tag__wrapper .tag__main>input:focus+p{margin-top:-24px;font-weight:500;color:#F56A05;font-size:12px}.field__box .tag__wrapper .tag__main>p{margin:0px;font-size:14px;line-height:130%;font-weight:400;color:#87878C;-webkit-transition:.4s ease all;transition:.4s ease all;position:absolute;left:12px;top:11px;padding:0px 4px;background-color:#fff}.field__box .tag__wrapper .suggested{margin-top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-4px}.field__box .tag__wrapper .suggested>.tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2px 8px;border-radius:4px;background:var(--Color-Gray-scale-Gray50, #F3F3F4);margin:4px;font-family:"Inter" ,sans-serif;font-size:12px;line-height:150%;font-weight:500;text-decoration:none;color:#272831;-webkit-transition:.4s ease all;transition:.4s ease all}.field__box .tag__wrapper .suggested>.tag:hover{background-color:#E7E7E8}.field__box .tag__wrapper .suggested>p{margin:0px;font-size:14px;line-height:130%;font-weight:500;color:#3F4048;font-family:"Inter" ,sans-serif;margin:4px}.builder__form .step .controls{margin-top:40px}.uploaded__files .files__list>.element__file{margin-bottom:16px;padding:20px;border-radius:var(--Corner-radius-Rd---xs, 8px);border:1px solid var(--Color-Main-Border, #E7E7E8);background:var(--Color-Gray-scale-Gray00, #FFF)}.uploaded__files .files__list>.element__file .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.uploaded__files .files__list>.element__file .head>.left{width:100%;margin-right:15px}.uploaded__files .files__list>.element__file .head>.left .name{width:100%}.uploaded__files .files__list>.element__file .head>.left .name>.group__input{width:100%}.uploaded__files .files__list>.element__file .head>.left .name>.group__input>input{width:100%}.uploaded__files .files__list>.element__file .head>.right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.uploaded__files .files__list>.element__file .head>.right .reload{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:4px}.uploaded__files .files__list>.element__file .head>.right .reload>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:8px;-webkit-transition:.4s ease all;transition:.4s ease all;min-width:32px;max-width:32px;min-height:32px;max-height:32px;margin-right:4px}.uploaded__files .files__list>.element__file .head>.right .reload>a:hover{background-color:rgba(243,243,244,0.5)}.uploaded__files .files__list>.element__file .head>.right .reload>a:active{background-color:#E7E7E8}.uploaded__files .files__list>.element__file .head>.right .toggle>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:8px;min-width:32px;max-width:32px;min-height:32px;max-height:32px;background-color:#F3F3F4;border-radius:8px;-webkit-transition:.4s ease all;transition:.4s ease all}.uploaded__files .files__list>.element__file .head>.right .toggle>a img{-webkit-transition:.4s ease all;transition:.4s ease all}.uploaded__files .files__list>.element__file .head>.right .toggle>a.opened img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.uploaded__files .files__list>.element__file .head>.right .toggle>a:hover{background-color:#E7E7E8}.uploaded__files .files__list>.element__file .head>.right .toggle>a:active{background-color:#CFCFD1}.uploaded__files .files__list>.element__file .head>.right .remove{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:4px}.uploaded__files .files__list>.element__file .head>.right .remove>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:8px;-webkit-transition:.4s ease all;transition:.4s ease all;min-width:32px;max-width:32px;min-height:32px;max-height:32px;margin-right:4px}.uploaded__files .files__list>.element__file .head>.right .remove>a:hover{background-color:rgba(243,243,244,0.5)}.uploaded__files .files__list>.element__file .head>.right .remove>a:active{background-color:#E7E7E8}.uploaded__files .files__list>.element__file .head>.left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.uploaded__files .files__list>.element__file .head>.left .desc__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.uploaded__files .files__list>.element__file .head>.left .desc__block>.desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.uploaded__files .files__list>.element__file .head>.left .desc__block>.desc>p{margin-top:0px;margin-bottom:0px;font-size:14px;line-height:19px;font-weight:600}.uploaded__files .files__list>.element__file .head>.left .desc__block>.desc>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:12px;line-height:150%;font-weight:400}.uploaded__files .files__list>.element__file .head>.left .desc__block>.media{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:54px;min-height:45px;max-width:54px;margin-right:8px;max-height:45px;border-radius:var(--Corner-radius-Rd---xxs, 4px);border:1px solid var(--Color-Main-Border, #E7E7E8)}.uploaded__files .files__list>.element__file .head>.left .desc__block>.media img{max-width:100%;max-height:100%}.uploaded__files .files__list>.element__file .head>.left>.pointer{min-width:16px;max-width:16px;min-height:16px;max-height:16px;margin-right:12px;cursor:-webkit-grab;cursor:grab;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.uploaded__files .files__list>.element__file .content{margin-top:16px;border-top:1px solid #E7E7E8;padding-top:16px;padding-top:15px}.uploaded__files .files__list>.element__file .content>p.subtitle{margin-top:0px;margin-bottom:12px;font-size:14px;line-height:150%;font-weight:600;color:#0F101A;text-transform:uppercase}.uploaded__files .files__list>.element__file .content .group__input{margin-bottom:12px}.uploaded__files .files__list>.element__file .content .group__input:last-child{margin-bottom:0px}.uploaded__files .files__list>.element__file:last-child{margin-bottom:0px}.uploaded__files .uploaded__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.uploaded__files .uploaded__title>p{margin:0px;font-size:14px;line-height:130%;font-family:"Inter" ,sans-serif;font-weight:400;color:#272831;margin:0px 12px;white-space:nowrap}.uploaded__files .uploaded__title>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;height:1px;background-color:#E7E7E8}.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active),.tox .tox-tbtn:focus{background:rgba(245,106,5,0.2) !important}.tox-editor-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.tox .tox-mbtn--active{background:rgba(245,106,5,0.2) !important}.tox .tox-tbtn--enabled,.tox .tox-tbtn--enabled:hover,.tox .tox-tbtn--enabled,.tox .tox-tbtn--enabled:hover{background:rgba(245,106,5,0.3) !important}.tox .tox-collection--list .tox-collection__item--active{background:rgba(245,106,5,0.2) !important}.tox .tox-tbtn:hover{background:rgba(245,106,5,0.2) !important}.tox-statusbar{display:none !important}.tox-editor-header *{font-family:"Inter" ,sans-serif}.tox-promotion{display:none !important}.tox-menubar>button:nth-child(1),.tox-menubar>button:nth-child(2),.tox-menubar>button:nth-child(3),.tox-menubar>button:nth-child(4){display:none}.no__margin{margin-bottom:0px !important}.tab__picker{display:grid;grid-template-columns:repeat(4, 1fr);grid-column-gap:12px;margin-bottom:20px;grid-row-gap:5px}.tab__picker.five{grid-template-columns:repeat(5, 1fr)}.tab__picker:last-child{margin-bottom:0px}.tab__picker .elem{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:50px;border-radius:var(--Corner-radius-Rd---xs, 8px);border:1px solid var(--Color-Main-Border, #E7E7E8);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;line-height:130%;font-weight:600;color:#272831;font-family:"Inter" ,sans-serif;-webkit-transition:.4s ease all;transition:.4s ease all;text-decoration:none}.tab__picker .elem.picked{color:#F56A05;border-color:#F56A05}.type__switcher{margin-bottom:15px}.type__switcher:last-child{margin-bottom:0px}.type__switcher ul{padding:0px;list-style-type:none;margin:0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #E7E7E8;border-radius:8px}.type__switcher ul>li{width:100%;border-right:1px solid #E7E7E8}.type__switcher ul>li:nth-child(1)>a{border-top-left-radius:8px;border-bottom-left-radius:8px}.type__switcher ul>li:last-child>a{border-top-right-radius:8px;border-bottom-right-radius:8px}.type__switcher ul>li:last-child{border-right:0px}.type__switcher ul>li>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:53px;text-decoration:none;font-size:14px;line-height:150%;font-weight:500;color:#87878C;-webkit-transition:.4s ease all;transition:.4s ease all}.type__switcher ul>li>a:hover{background-color:#F3F3F4;color:#0F101A}.type__switcher ul>li>a.current{background-color:#F3F3F4;color:#0F101A}.file__wrapper .file__list{margin-top:15px}.file__wrapper .file__list .elem__file{margin-bottom:7px;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:var(--Corner-radius-Rd---xs, 8px);border:1px solid var(--Color-Main-Border, #E7E7E8);background:#FBFBFC;padding:8px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.file__wrapper .file__list .elem__file>.right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.file__wrapper .file__list .elem__file>.right .progress__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:140px}.file__wrapper .file__list .elem__file>.right .progress__box>.progress{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;height:4px;background-color:#E7E7E8;border-radius:5px}.file__wrapper .file__list .elem__file>.right .progress__box>.progress .active{position:absolute;left:0px;top:0px;height:100%;border-radius:5px;background-color:#009697}.file__wrapper .file__list .elem__file>.right .progress__box>p{margin:0px;margin-left:8px;font-size:12px;line-height:150%;font-weight:400;color:#272831}.file__wrapper .file__list .elem__file>.right>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:16px}.file__wrapper .file__list .elem__file>.left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.file__wrapper .file__list .elem__file>.left>.desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.file__wrapper .file__list .elem__file>.left>.desc>p{margin-top:0px;font-size:14px;line-height:140%;font-weight:600;color:#0F101A;margin-bottom:0px}.file__wrapper .file__list .elem__file>.left>.desc>span{font-size:12px;line-height:150%;font-weight:400;color:#57585F}.file__wrapper .file__list .elem__file>.left>.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:12px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:38px;max-width:38px;min-height:38px;max-height:38px;border-radius:var(--Corner-radius-Rd---xxs, 4px);border:1px solid var(--Color-Main-Border, #E7E7E8);background:var(--Color-Gray-scale-Gray00, #FFF)}.file__wrapper .file__list .elem__file:last-child{margin-bottom:0px}.file__wrapper .file__area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:28px 15px;border-radius:8px;border:1px dashed var(--Color-Gray-scale-Gray300, #B7B7BA);background:#FBFBFC}.file__wrapper .file__area .upload-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:15px}.file__wrapper .file__area .upload-btn>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:80px;min-height:34px;border-radius:var(--Corner-radius-Rd---l, 24px);background:var(--Color-Buttons-Primary, #0F101A);text-decoration:none;font-size:14px;font-weight:600;line-height:130%;color:#FFFFFF;-webkit-transition:.4s ease all;transition:.4s ease all}.file__wrapper .file__area .upload-btn>a:hover{background-color:#3F4048}.file__wrapper .file__area .upload-btn>a:active{background-color:#3F4048}.file__wrapper .file__area>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:7px}.file__wrapper .file__area>span.file{font-size:12px;font-weight:600;line-height:150%;color:#57585F}.file__wrapper .file__area>p{margin-top:0px;margin-bottom:7px;font-size:14px;line-height:150%;color:#57585F}.file__wrapper .file__area>p span{font-weight:600}.tox-tinymce{border:1px solid #E7E7E8 !important}.field__box>.double__input>.price__complex{max-width:100%;width:100%}.field__box .fulfillment__info{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:15px}.field__box .fulfillment__info>.elem>p{margin-top:0px;margin-bottom:16px;font-size:14px;line-height:150%;font-weight:600;color:#0F101A;text-transform:uppercase}.sub__step .availability__calendar{padding:0px}.sub__step .availability__calendar>.elem__availability{border-radius:var(--Corner-radius-Rd---xs, 8px);border:1px solid var(--Color-Main-Border, #E7E7E8);background:#FBFBFC;padding:16px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:12px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sub__step .availability__calendar>.elem__availability.main .controls__availiability .remove{display:none !important}.sub__step .availability__calendar>.elem__availability:last-child{margin-bottom:0px}.sub__step .availability__calendar>.elem__availability.active .unavailable{display:none}.sub__step .availability__calendar>.elem__availability.active .time__range{display:-webkit-box;display:-ms-flexbox;display:flex}.sub__step .availability__calendar>.elem__availability .unavailable{margin-right:auto;margin-left:35px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}.sub__step .availability__calendar>.elem__availability .unavailable>p{margin:0px;font-size:14px;line-height:130%;font-weight:400}.sub__step .availability__calendar>.elem__availability .check{min-width:65px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.sub__step .availability__calendar>.elem__availability .controls__availiability{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.sub__step .availability__calendar>.elem__availability .controls__availiability .add{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.sub__step .availability__calendar>.elem__availability .controls__availiability .add>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:32px;max-width:32px;min-height:32px;max-height:32px;border-radius:250px;background-color:#F3F3F4;-webkit-transition:.4s ease all;transition:.4s ease all}.sub__step .availability__calendar>.elem__availability .controls__availiability .add>a:hover{background-color:#E7E7E8}.sub__step .availability__calendar>.elem__availability .controls__availiability .add>a:active{background-color:#CFCFD1}.sub__step .availability__calendar>.elem__availability .controls__availiability .remove{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:16px}.sub__step .availability__calendar>.elem__availability .controls__availiability .remove:last-child{margin-right:0px}.sub__step .availability__calendar>.elem__availability .controls__availiability .remove a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:8px;-webkit-transition:.4s ease  all;transition:.4s ease  all;min-width:32px;max-width:32px;min-height:32px;max-height:32px;border-radius:250px}.sub__step .availability__calendar>.elem__availability .controls__availiability .remove a:hover{background-color:rgba(243,243,244,0.5)}.sub__step .availability__calendar>.elem__availability .controls__availiability .remove a:active{background-color:#E7E7E8}.sub__step .availability__calendar>.elem__availability .time__range{margin:0px 10px;width:100%;max-width:280px;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sub__step .availability__calendar>.elem__availability .time__range input{text-align:center;font-size:14px;font-weight:500}.sub__step .availability__calendar>.elem__availability .time__range>p{margin:0px 18px;color:#272831;font-size:14px;font-weight:500}.container__check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:16px;line-height:140%;font-weight:600;color:#272831}.container__check input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.container__check .checkmark{position:relative;min-width:16px;max-width:16px;min-height:16px;max-height:16px;border-radius:4px;border:1px solid var(--Color-Gray-scale-Gray200, #CFCFD1);background:var(--Color-Gray-scale-Gray00, #FFF)}.container__check input:checked ~ .checkmark{background-color:#F56A05;border-color:#F56A05}.container__check .checkmark:after{content:"";position:absolute;display:none}.container__check input:checked ~ .checkmark:after{display:block}.container__check .checkmark:after{left:4.5px;top:0.5px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.main__info{margin-bottom:16px;padding:23px 20px;border-radius:var(--corner-radius-rd-xs, 8px);border:1px solid var(--color-main-border, #E7E7E8);background:var(--color-gray-scale-gray-00, #FFF)}.main__info>p{margin-top:0px;font-family:"Inter" ,sans-serif;font-size:14px;color:#0F101A;font-weight:600}.main__info>.group__input{margin-bottom:12px}.main__info .path__wrapper--inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.main__info .path__wrapper--inner>.group__input>input{border-left:0px;border-top-left-radius:0px;border-bottom-left-radius:0px}.main__info .path__wrapper--inner>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:50px;max-height:50px;min-width:50px;max-width:50px;border-top-left-radius:5px;border-bottom-left-radius:5px;background-color:#F56A05;color:#fff;font-size:16px;color:#fff}.main__info .group__input .path__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.main__info .group__input .path__wrapper>input{width:100%}.load__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.load__image .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.load__image .top>span{font-size:14px;line-height:130%;color:#3F4048;font-weight:400}.load__image .top>p{margin-top:0px;margin-bottom:4px;font-size:14px;line-height:150%;font-weight:600;color:#0F101A;text-transform:uppercase}.load__image input[type='file']{position:absolute;left:-25000px}.load__image>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:15px;min-height:36px;padding-left:12px;padding-right:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100px;background:var(--color-buttons-secondary, #F3F3F4);font-size:14px;line-height:140%;font-weight:600;color:#272831;text-decoration:none;-webkit-transition:.4s ease all;transition:.4s ease all}.load__image>a:hover{background-color:#E7E7E8}.load__image>a:active{background-color:#CFCFD1}.load__image>a span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:8px}.sections__list .content .load__image--field{margin-bottom:15px}.sections__list .content .load__image{margin-bottom:15px}.sections__list .content>.group__input{margin-bottom:15px}.sections__list .content>.group__input:last-child{margin-bottom:0px}.colpick.colpick_full_ns .colpick_new_color{display:none}.colpick.colpick_full_ns .colpick_hex_field{display:none}.colpick.colpick_full_ns .colpick_rgb_r,.colpick.colpick_full_ns .colpick_hsb_h,.colpick.colpick_full_ns .colpick_rgb_g,.colpick.colpick_full_ns .colpick_hsb_s,.colpick.colpick_full_ns .colpick_rgb_b,.colpick.colpick_full_ns .colpick_hsb_b{display:none}.colpick{width:208px !important;margin-top:5px;border:1px solid #F56A05 !important;background-color:#FEF7F2 !important}.colpick .colpick_hue_larr{border-left-color:#F56A05 !important}.colpick .colpick_hue_rarr{border-right-color:#F56A05 !important}.bars__graph{height:calc(100% - 42px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bars__graph canvas{height:100% !important}.sub__step .content>.group__dropdown{margin-bottom:15px}.sub__step .content>.group__dropdown:last-child{margin-bottom:0px}.forgot__pass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:-10px}.forgot__pass>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-decoration:none;font-size:14px;color:#272831;font-family:"Inter Tight" ,sans-serif;font-weight:600;-webkit-transition:.4s ease all;transition:.4s ease all}.forgot__pass>a:hover{color:#F56A05}.builder{padding:48px}.builder .content{max-width:615px;width:100%;margin-left:auto;margin-right:auto}.builder__wrapper>.builder{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.builder__wrapper>.builder>.content{height:calc(100% - 48px);position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.builder__wrapper>.builder>.content .new__product--page{min-height:calc(100% + 48px)}.product__info--box{margin-top:80px;margin-bottom:auto;margin-left:auto;margin-right:auto;width:100%;max-width:385px;border-radius:9.037px;border:1.13px solid #E7E7E7;overflow:hidden;background:#FFF}.product__info--box .media{position:relative;height:240px}.product__info--box .media .tags{position:absolute;top:14px;left:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.product__info--box .media .tags .tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:4px;font-size:15px;line-height:130%;font-weight:600;color:#272831;padding:4px 13px;border-radius:6.778px;border:1.13px solid #FFF;background:rgba(255,255,255,0.9)}.product__info--box .media.placeholder{background:url("../img/scribble.svg");background-repeat:no-repeat;background-size:72px;background-position:center;background-color:#E6E6EA}.product__info--box .media.placeholder img{display:none}.product__info--box .media>img{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product__info--box .desc{padding:25px;min-height:185px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.product__info--box .desc>p{margin:0px;font-size:18px;line-height:140%;font-weight:400;color:#272831}.product__info--box .desc>h6{margin-top:0px;margin-bottom:10px;font-size:22px;font-weight:bold;color:#0F101A;line-height:140%}.product__file--load>input[type='file']{position:absolute;left:-1500px}.product__detail--wrapper{width:100%;max-width:1095px;margin-left:auto;margin-right:auto;padding-top:8px;padding-bottom:8px}.product__detail--wrapper .product__table{border:1px solid #E5E7EB;border-radius:8px}.product__detail--wrapper .product__table .top{padding:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product__detail--wrapper .product__table .top .date__range{width:100%;max-width:215px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product__detail--wrapper .product__table .top .date__range>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:absolute;right:12px;-webkit-transition:.4s ease all;transition:.4s ease all}.product__detail--wrapper .product__table .top .date__range>input{padding-left:12px;padding-right:35px;width:100%;height:37px;border-radius:8px;border:1px solid var(--gray-200, #E5E7EB);outline:none}.product__detail--wrapper .product__table .top .date__range>input:focus+span{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.product__detail--wrapper .product__table .top>.search{width:100%;max-width:525px;position:relative}.product__detail--wrapper .product__table .top>.search span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:10px}.product__detail--wrapper .product__table .top>.search>input{height:37px;border-radius:8px;border:1px solid var(--gray-300, #D1D5DB);background:var(--gray-50, #F9FAFB);padding-left:34px}.product__detail--wrapper .graphs__overview{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:24px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:48px}.product__detail--wrapper .graphs__overview .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px}.product__detail--wrapper .graphs__overview .top>p{margin:0px;font-size:12px;line-height:150%;color:#0F101A;font-weight:500;font-family:"Inter" ,sans-serif;text-transform:uppercase}.product__detail--wrapper .graphs__overview .top ul{padding:0px;list-style-type:none;margin:0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.product__detail--wrapper .graphs__overview .top ul>li{font-family:"Inter" ,sans-serif;margin-right:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;line-height:150%;color:#0F101A;font-weight:400;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product__detail--wrapper .graphs__overview .top ul>li>span{min-width:8px;max-width:8px;min-height:8px;max-height:8px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-radius:250px;margin-right:8px}.product__detail--wrapper .graphs__overview .top ul>li:last-child{margin-right:0px}.product__detail--wrapper .graphs__overview>.trends{width:100%;padding:20px;border-radius:var(--corner-radius-rd-xs, 8px);border:1px solid var(--color-main-border, #E7E7E8);background:var(--color-gray-scale-gray-00, #FFF)}.product__detail--wrapper .graph__charts{display:grid;grid-template-columns:repeat(4, 1fr);border-radius:8px;margin-bottom:24px;border:1px solid #E7E7E8}.product__detail--wrapper .graph__charts>.elem__chart{border-right:1px solid #E7E7E8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px}.product__detail--wrapper .graph__charts>.elem__chart:last-child{border-right:0px}.product__detail--wrapper .graph__charts>.elem__chart .chart{display:-webkit-box;display:-ms-flexbox;display:flex}.product__detail--wrapper .graph__charts>.elem__chart .chart canvas{width:77px !important;height:72px !important}.product__detail--wrapper .graph__charts>.elem__chart .desc>span{display:block;margin-bottom:16px;font-size:12px;color:#0F101A;font-weight:500;line-height:150%;text-transform:uppercase}.product__detail--wrapper .graph__charts>.elem__chart .desc>p{margin:0px;font-size:30px;color:#0F101A;line-height:125%;font-weight:bold;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product__detail--wrapper .graph__charts>.elem__chart .desc>p span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:4px}.product__detail--wrapper .graph__charts>.elem__chart .desc>p span.up{color:#009697;font-size:14px;font-weight:600}.product__detail--wrapper .tutorial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #E7E7E8}.product__detail--wrapper .tutorial .desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.product__detail--wrapper .tutorial .desc>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-decoration:none;font-size:14px;font-weight:500;font-family:"Inter Tight" ,sans-serif;color:#000000;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition:.4s ease all;transition:.4s ease all}.product__detail--wrapper .tutorial .desc>a:hover{opacity:.7}.product__detail--wrapper .tutorial .desc>a span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:4px}.product__detail--wrapper .tutorial .desc>p{margin-top:0px;margin-bottom:4px;font-size:24px;line-height:32px;font-weight:bold;color:#0F101A;font-family:"Inter Tight" ,sans-serif}.product__detail--wrapper .tutorial>.media{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:20px}.product__detail--wrapper .tutorial>.media img{border:1px solid #E7E7E8;min-width:60px;max-width:60px;min-height:60px;max-height:60px;border-radius:8px}.product__detail--wrapper>.back{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-bottom:24px}.product__detail--wrapper>.back>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-decoration:none;font-size:14px;line-height:150%;font-weight:500;color:#0F101A;font-family:"Inter" ,sans-serif}.product__detail--wrapper>.back>a:hover span{background-color:#E7E7E8}.product__detail--wrapper>.back>a:active span{background-color:#CFCFD1}.product__detail--wrapper>.back>a span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:32px;max-width:32px;min-height:32px;max-height:32px;border-radius:250px;-webkit-transition:.4s ease all;transition:.4s ease all;margin-right:12px;border-radius:var(--Corner-radius-Rd---l, 24px);background:var(--Color-Buttons-Secondary, #F3F3F4)}.daterangepicker *{font-family:"Inter" ,sans-serif}.daterangepicker td.in-range{background-color:rgba(245,106,5,0.05)}.daterangepicker td.available:hover,.daterangepicker th.available:hover{background-color:rgba(245,106,5,0.05)}.daterangepicker select.monthselect,.daterangepicker select.yearselect{height:24px;border-radius:4px;border:1px solid var(--gray-300, #D1D5DB)}.daterangepicker td.active,.daterangepicker td.active:hover{background-color:#f56a05;color:#fff}.daterangepicker .calendar-table .prev span{left:2px;position:relative}.daterangepicker .calendar-table .next span{right:2px;position:relative}.daterangepicker .calendar-table .prev,.daterangepicker .calendar-table .next{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.daterangepicker .calendar-table .prev:hover,.daterangepicker .calendar-table .next:hover{background-color:rgba(245,106,5,0.05)}.daterangepicker .calendar-table .prev:hover:hover span,.daterangepicker .calendar-table .next:hover:hover span{border-color:#F56A05}.account__wrapper{padding-top:5px}.account__wrapper .main__account .personal__info .inner__personal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.account__wrapper .main__account .personal__info .inner__personal>.desc{max-width:350px;padding:16px 25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.account__wrapper .main__account .personal__info .inner__personal>.desc>p{margin-top:0px;margin-bottom:4px;font-size:14px;line-height:150%;font-weight:600;font-family:"Inter Tight" ,sans-serif;color:#0F101A;text-transform:uppercase}.account__wrapper .main__account .personal__info .inner__personal>.desc>span{font-size:14px;line-height:130%;color:#3F4048;font-family:"Inter Tight" ,sans-serif}.account__wrapper .main__account .personal__info form{border:1px solid #DEE2E6;width:100%;border-radius:12px;max-width:630px}.account__wrapper .main__account .personal__info form .row{border-bottom:1px solid #DEE2E6;padding:16px 24px}.account__wrapper .main__account .personal__info form .row .fields{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:24px;grid-row-gap:24px}.account__wrapper .main__account .personal__info form .row .fields .long{grid-column-start:1;grid-column-end:3}.account__wrapper .main__account .personal__info form .row .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.account__wrapper .main__account .personal__info form .row .head .right>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:32px;max-width:32px;min-height:32px;max-height:32px;border-radius:8px;background-color:#F3F3F4;-webkit-transition:.4s ease all;transition:.4s ease all}.account__wrapper .main__account .personal__info form .row .head .right>a:hover{background-color:#E7E7E8}.account__wrapper .main__account .personal__info form .row .head .right>a:active{background-color:#CFCFD1}.account__wrapper .main__account .personal__info form .row .head>.left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.account__wrapper .main__account .personal__info form .row .head>.left>p{margin-top:0px;margin-bottom:4px;font-size:16px;line-height:140%;color:#0F101A;font-family:"Inter Tight" ,sans-serif;font-weight:600}.account__wrapper .main__account .personal__info form .row .head>.left>span{font-size:14px;line-height:130%;font-family:"Inter Tight" ,sans-serif;color:#3F4048}.account__wrapper .main__account .personal__info form .row:last-child{border-bottom:0px}.account__wrapper .main__account .switcher__account{margin-bottom:32px;border-radius:8px;border:1px solid #E7E7E8}.account__wrapper .main__account .switcher__account ul{padding:0px;list-style-type:none;margin:0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow-x:auto}.account__wrapper .main__account .switcher__account ul::-webkit-scrollbar{width:4px;height:4px}.account__wrapper .main__account .switcher__account ul::-webkit-scrollbar-thumb{border-radius:5px;background-color:#F56A05}.account__wrapper .main__account .switcher__account ul>li{width:100%;border-right:1px solid #E7E7E8}.account__wrapper .main__account .switcher__account ul>li>a{padding-left:16px;padding-right:16px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:50px;width:100%;white-space:nowrap;text-decoration:none;font-size:14px;line-height:130%;font-weight:500;color:#87878C;-webkit-transition:.4s ease all;transition:.4s ease all;font-family:"Inter" ,sans-serif}.account__wrapper .main__account .switcher__account ul>li>a.current{background:var(--Color-Gray-scale-Gray50, #F3F3F4);color:#0F101A}.account__wrapper .main__account .switcher__account ul>li>a:hover{background:var(--Color-Gray-scale-Gray50, #F3F3F4);color:#0F101A}.account__wrapper .main__account .switcher__account ul>li:last-child{border-right:0px}.account__wrapper>.top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px}.account__wrapper>.top .date__picker{width:100%;max-width:260px}.account__wrapper>.top .date__picker>input{width:100%;height:52px;border-radius:8px;border:1px solid var(--Color-Main-Border, #E7E7E8);padding-left:16px;padding-right:32px;font-size:16px;line-height:150%;font-family:"Inter" ,sans-serif;color:#000;outline:none;background:url("../img/calendarback.svg");background-repeat:no-repeat;background-size:18px;background-position:calc(100% - 15px) center}.account__wrapper>.top>h6{margin:0px;font-size:32px;line-height:130%;font-weight:bold;color:#0F101A}.single__date{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single__date>input:focus+span{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.single__date span{-webkit-transition:.4s ease all;transition:.4s ease all;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:absolute;right:15px}.builder .new__product--page.mini .video__box{padding-top:0px}.builder .new__product--page.mini .video__box .outer__video{padding-bottom:34px}.builder .new__product--page.mini .video__box .outer__video .video>a{min-width:52px;max-width:52px;min-height:52px;max-height:52px}.builder .new__product--page.mini .video__box .outer__video .video>a img{max-width:24px;min-width:24px}.builder .new__product--page.mini .video__box .outer__video .video{background-color:#E6E6EA}.builder .new__product--page.mini .video__box .outer__video .desc{margin-top:20px}.builder .new__product--page.mini .video__box .outer__video .desc>p{font-size:9px;color:#272831}.builder .new__product--page.mini .video__box .outer__video>h2{margin-bottom:10px;font-size:20px;color:#000000}.builder>.content.static{position:static;-webkit-transform:none;transform:none}.video__file .file__area>input{position:absolute;left:-2500px}.builder__wrapper>.builder .content.automargin{margin-top:0px;margin-bottom:auto;height:auto}.new__product--page.mini .slider__wrapper:last-child{margin-bottom:0px}.builder__wrapper>.builder .content .new__product--page{min-width:615px;position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.builder__wrapper>.builder .content .new__product--page.auto{min-height:0px}.post__image--load input[type="file"]{position:absolute;left:-2500px}.new__product--page.mini .post__wrapper:last-child{margin-bottom:0px}.digital__file>input{position:absolute;left:-2500px}.physical__file--wrapper input{position:absolute;left:-2500px}.tox-menu-nav__js[title='Font sizes'],.tox-menu-nav__js[title='Line height']{display:none !important}.rich__editor.physical,.rich__editor.digital{margin-bottom:15px}.group__dropdown.webpage__content{margin-bottom:0px !important}.custom__url>.top{margin-bottom:0px}.group__dropdown.selected__page{margin-top:15px}.builder .iframe iframe{width:100%;height:600px}.embed__code{font-size:14px;line-height:130%;font-weight:400;color:#6F7076;margin:0px;margin-top:12px;display:none}.appointment__image--load{position:relative}.appointment__image--load>input{position:absolute;left:-2500px}.lessons__box .element__file .file__wrapper input{position:absolute;left:-2500px}.course__media .file__area>input{position:absolute;left:-2500px}.additional__resources .file__area input{position:absolute;left:-2500px}.class__media .file__area input{position:absolute;left:-2500px}.slots__picker .slots__list.monthly{overflow-x:auto}.slots__picker .slots__list.monthly::-webkit-scrollbar{width:4px;height:4px}.slots__picker .slots__list.monthly::-webkit-scrollbar-thumb{border-radius:5px;background-color:#F56A05}.slots__picker .slots__list.monthly .content{display:-webkit-box;display:-ms-flexbox;display:flex;grid-column-gap:0px;grid-row-gap:0px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0px;padding-right:0px}.slots__picker .slots__list.monthly .row{display:-webkit-box;display:-ms-flexbox;display:flex;grid-column-gap:0px;grid-row-gap:0px;margin-bottom:12px}.slots__picker .slots__list.monthly .row:last-child{margin-bottom:0px}.slots__picker .slots__list.monthly .row>.el__wrapper{min-width:109.5px;max-width:109.5px;margin-right:0px;padding-left:10px;padding-right:10px}.slots__picker .slots__list.monthly .row>.el__wrapper:last-child{margin-right:0px}.slots__picker .slots__list.monthly .head{display:-webkit-box;display:-ms-flexbox;display:flex;grid-column-gap:0px;grid-row-gap:0px;padding-left:0px;padding-right:0px}.slots__picker .slots__list.monthly .head>.el{border-bottom:1px solid var(--Color-Main-Border, #E7E7E8);border-top:1px solid var(--Color-Main-Border, #E7E7E8);background-color:#FBFBFC;min-width:109.5px;max-width:109.5px;margin-right:0px;padding-left:6px;padding-right:6px}.slots__picker .slots__list.monthly .head>.el:last-child{margin-right:0px}.elem__section .content .subtitle{margin-bottom:20px}.elem__section .content .subtitle>p{margin-top:0px;margin-bottom:8px;font-size:14px;line-height:150%;font-weight:600;color:#0F101A;text-transform:uppercase}.button__info .double__button{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:20px}.button__info>p{margin-top:0px;margin-bottom:8px;font-size:14px;line-height:160%;font-weight:600;color:#0F101A;text-transform:uppercase}.group__input>.title{margin-bottom:8px}.group__input>.title>p{margin:0px;font-size:14px;line-height:150%;text-transform:uppercase;font-weight:600;color:#0F101A}.sections__list .content .fields__wrapper .fields__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:-2px;margin-bottom:20px;margin-left:-8px}.sections__list .content .fields__wrapper .fields__list>.elem__check{margin:2px 8px}.sections__list .content .fields__wrapper .fields__list>.elem__check label{font-weight:400}.sections__list .content .fields__wrapper>p{margin-top:0px;margin-bottom:8px;font-size:14px;line-height:150%;font-weight:600;color:#0F101A;text-transform:uppercase}.sections__list .content .group__dropdown{margin-bottom:20px}.sections__list .content .group__dropdown:last-child{margin-bottom:0px}.sections__list .content .group__dropdown.v__title .dropdown__box{top:85px}.sections__list .content .group__dropdown .title{margin-bottom:8px}.sections__list .content .group__dropdown .title>p{margin:0px;text-transform:uppercase;font-size:14px;line-height:150%;font-weight:600;color:#0F101A}.sections__list .content .banners__switcher{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #E7E7E8;margin-bottom:20px}.sections__list .content .banners__switcher .right{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding-bottom:15px}.sections__list .content .banners__switcher .right>a{text-decoration:none;font-size:14px;line-height:150%;font-weight:600;color:#0F101A;-webkit-transition:.4s ease all;transition:.4s ease all}.sections__list .content .banners__switcher .right>a:hover{color:#F56A05}.sections__list .content .banners__switcher>.left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:15px;padding-bottom:15px}.sections__list .content .banners__switcher>.left>.elem__banner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:20px}.sections__list .content .banners__switcher>.left>.elem__banner.current>a{opacity:1}.sections__list .content .banners__switcher>.left>.elem__banner.current>a:before{opacity:1}.sections__list .content .banners__switcher>.left>.elem__banner:last-child{margin-right:0px}.sections__list .content .banners__switcher>.left>.elem__banner>a{white-space:nowrap;text-decoration:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;font-weight:600;text-transform:uppercase;color:#0F101A;opacity:.4;-webkit-transition:.4s ease all;transition:.4s ease all;position:relative}.sections__list .content .banners__switcher>.left>.elem__banner>a:hover:before{opacity:1}.sections__list .content .banners__switcher>.left>.elem__banner>a:before{content:"";position:absolute;left:0px;bottom:-15px;width:100%;height:1px;background-color:#0F101A;opacity:0;-webkit-transition:.4s ease all;transition:.4s ease all}.sections__list .content .banners__switcher>.left>.elem__banner>a:hover{opacity:1}.sections__list .content>.group__input{margin-bottom:20px}.sections__list .content>.group__input:last-child{margin-bottom:0px}.banner__file .file__area>input{position:absolute;left:-2500px}.banners__wrapper .inner__banner .rich__editor.subbanner{margin-bottom:20px}.banners__wrapper .inner__banner .subbanner__file{margin-bottom:20px}.banners__wrapper .inner__banner .subbanner__file .file__area>input{position:absolute;left:-2500px}.banners__wrapper .inner__banner>.group__input{margin-bottom:20px}.date__picker--field{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.questions__switcher{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #E7E7E8;margin-bottom:20px}.questions__switcher .right{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding-bottom:15px}.questions__switcher .right>a{text-decoration:none;font-size:14px;line-height:150%;font-weight:600;color:#0F101A;-webkit-transition:.4s ease all;transition:.4s ease all}.questions__switcher .right>a:hover{color:#F56A05}.questions__switcher>.left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:15px;padding-bottom:15px}.questions__switcher>.left>.elem__question{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:20px}.questions__switcher>.left>.elem__question.current>a{opacity:1}.questions__switcher>.left>.elem__question.current>a:before{opacity:1}.questions__switcher>.left>.elem__question:last-child{margin-right:0px}.questions__switcher>.left>.elem__question>a{white-space:nowrap;text-decoration:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;font-weight:600;text-transform:uppercase;color:#0F101A;opacity:.4;-webkit-transition:.4s ease all;transition:.4s ease all;position:relative}.questions__switcher>.left>.elem__question>a:hover:before{opacity:1}.questions__switcher>.left>.elem__question>a:before{content:"";position:absolute;left:0px;bottom:-18px;width:100%;height:1px;background-color:#0F101A;opacity:0;-webkit-transition:.4s ease all;transition:.4s ease all}.questions__switcher>.left>.elem__question>a:hover{opacity:1}.questions__wrapper .question__content>.group__input{margin-bottom:20px}.questions__wrapper .question__content>.group__input:last-child{margin-bottom:0px}.questions__switcher>.left,.banners__switcher>.left{width:100%;overflow-x:auto;margin-bottom:-1px}.questions__switcher>.left::-webkit-scrollbar,.banners__switcher>.left::-webkit-scrollbar{width:4px;height:4px}.questions__switcher>.left::-webkit-scrollbar-thumb,.banners__switcher>.left::-webkit-scrollbar-thumb{border-radius:5px;background-color:#F56A05}.questions__switcher>.left>.elem__question>a:before{bottom:-15px}.questions__switcher .right>a{white-space:nowrap}.banners__switcher>.left>.elem__banner>a:before{bottom:-15px}.banners__switcher .right>a{white-space:nowrap}@media (min-width: 1640px){.products__wrapper .products__list .product>.media>img{height:260px}}.product__detail--wrapper .graph__charts>.elem__chart .desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width: 1360px){.product__detail--wrapper .graph__charts>.elem__chart .desc>p{font-size:24px}.dashboard__wrapper .main__wrapper>.content>.connect .desc>h6{font-size:28px}.dashboard__wrapper .main__wrapper>.content>.connect .media img{max-width:500px}.dashboard__wrapper .main__wrapper>.content>.connect .media{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.dashboard__wrapper .main__wrapper>.content>.overview .graph__charts>.elem__chart .desc>p{font-size:24px}}.overlay{position:fixed;top:0px;left:0px;width:100%;height:100%;z-index:4;background-color:rgba(0,0,0,0.6);display:none}.side__wrapper>.close__button{display:none}@media (max-width: 1280px){.bars__graph{height:auto !important}.bars__graph canvas{height:auto !important}.field__box .fulfillment__info{grid-template-columns:1fr;grid-row-gap:15px}.builder__wrapper>.builder__form{min-width:500px;max-width:500px}.builder__wrapper>.builder__form>form .step>.top>h6{font-size:32px}.builder__wrapper>.builder{width:calc(100% - 500px)}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper>.top>h6{font-size:32px}.constructor__wrapper .constructor__main>.constructor__form{min-width:500px;width:500px;padding:30px 40px}.constructor__wrapper .constructor__main .builder{width:calc(100% - 500px)}.menu{left:-1px}.side__wrapper>.close__button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:absolute;top:5px;right:5px}.side__wrapper>.close__button img{max-width:16px}.dashboard__wrapper .main__wrapper .side__wrapper{top:0px;z-index:5;height:100%}.dashboard__wrapper .main__wrapper>.content{padding:24px;padding-bottom:35px}.dashboard__wrapper header .container{padding-left:24px;padding-right:24px}.dashboard__wrapper .main__wrapper>.content>.overview .graphs__overview{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dashboard__wrapper .main__wrapper>.content>.overview .graphs__overview>.trends{width:100%;margin-bottom:24px}.dashboard__wrapper .main__wrapper>.content>.overview .graphs__overview>.products{width:100%}.product__wrapper .product__form{padding:30px 40px}.product__wrapper .product__form>form .step__product>.top>h6{font-size:32px}.product__wrapper .product__form>form .step__product>.top{margin-bottom:24px}.sign__wrapper .sign__main{min-width:500px;width:500px;padding:25px 40px}.sign__wrapper .sign__feedback{max-width:calc(100% - 500px)}.product__wrapper .product__form{width:500px;min-width:500px}.product__wrapper .product__container{width:calc(100% - 500px)}.dashboard__wrapper .main__wrapper .side__wrapper{position:fixed;left:-265px}.dashboard__wrapper .main__wrapper>.content{width:100%}}@media (max-width: 1200px){.sign__wrapper .sign__feedback>.sign__slider .inner__slide{padding:25px}.sign__wrapper .sign__feedback>.sign__slider .inner__slide>h6{font-size:26px}.sign__wrapper .sign__main .bottom__sign{margin-top:40px}.sign__wrapper .sign__main .top__sign>a{margin-bottom:40px}.sign__wrapper .sign__main .top__sign form .header>h2{font-size:34px}}@media (max-width: 1140px){.builder__wrapper>.builder .content .new__product--page{min-width:0px;width:100%;max-width:615px}.product__info--box{margin-top:0px}.builder__wrapper>.builder .content{position:static;height:auto;-webkit-transform:none;transform:none;max-height:800px}.field__box .fulfillment__info{grid-template-columns:repeat(2, 1fr)}.builder__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.builder__wrapper>.builder__form{min-width:0px;max-width:100%;width:100%}.builder__wrapper>.builder{width:100%;min-height:400px}.constructor__wrapper .constructor__main{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.constructor__wrapper .constructor__main>.constructor__form{width:100%;min-width:0px;padding:30px 15px}.constructor__wrapper .constructor__main .builder{width:100%}.product__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product__wrapper .product__form{width:100%;max-width:100%;min-width:0px}.product__wrapper{min-height:0px}.product__wrapper .product__container{width:100%;min-height:600px}.builder__wrapper>.builder>.content{max-height:none}}@media (max-width: 991px){.account__wrapper .main__account .switcher__account ul>li>a{min-width:180px}.account__wrapper .main__account .personal__info .inner__personal>.desc{padding:0px;margin-bottom:20px}.account__wrapper .main__account .switcher__account{margin-bottom:24px}.account__wrapper .main__account .personal__info .inner__personal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.account__wrapper .main__account .personal__info form{max-width:100%}.account__wrapper .main__account .personal__info .inner__personal>.desc{max-width:100%}.product__detail--wrapper .graph__charts{grid-template-columns:repeat(2, 1fr)}.product__detail--wrapper .graph__charts>.elem__chart{border-bottom:1px solid #E7E7E8}.product__detail--wrapper .graph__charts>.elem__chart:nth-child(2){border-right:0px}.product__detail--wrapper .graph__charts>.elem__chart:nth-child(3),.product__detail--wrapper .graph__charts>.elem__chart:nth-child(4){border-bottom:0px}.product__detail--wrapper .tutorial .desc>p{font-size:20px;line-height:28px}.product__detail--wrapper .tutorial>.media{margin-right:12px}.product__detail--wrapper .product__table .top>.search{max-width:340px}.products__wrapper .products__list{grid-column-gap:16px;grid-row-gap:20px;grid-template-columns:repeat(2, 1fr)}.products__wrapper .products__categories{margin-bottom:24px}.portal__wrapper .elem__portal>.desc{padding:0px;margin-bottom:20px}.portal__wrapper .elem__portal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.portal__wrapper .elem__portal>.portal__box{max-width:100%}.embeds__wrapper>.elem__embed{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.embeds__wrapper>.elem__embed>.desc{padding:0px;max-width:100%;margin-bottom:20px}.embeds__wrapper>.elem__embed .script{max-width:100%}.dashboard__wrapper .main__wrapper>.content>.connect .desc>h6{font-size:24px}.dashboard__wrapper .main__wrapper>.content>.overview .head>h6{font-size:26px}.dashboard__wrapper .main__wrapper>.content>.overview .graph__charts{grid-template-columns:repeat(2, 1fr)}.dashboard__wrapper .main__wrapper>.content>.overview .graph__charts>.elem__chart{border-bottom:1px solid #E7E7E8}.dashboard__wrapper .main__wrapper>.content>.overview .graph__charts>.elem__chart:nth-child(2){border-right:0px}.dashboard__wrapper .main__wrapper>.content>.overview .graph__charts>.elem__chart:nth-child(3),.dashboard__wrapper .main__wrapper>.content>.overview .graph__charts>.elem__chart:nth-child(4){border-bottom:0px}.sign__wrapper .sign__main .top__sign form .already__created{margin-top:15px}.sign__wrapper .sign__main .top__sign form .header{margin-bottom:25px}.sign__wrapper .sign__main .top__sign form .step__wrapper .elem__step .group__submit{margin-top:25px}.sign__wrapper .sign__main{padding:25px 15px}.sign__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sign__wrapper .sign__main{width:100%;min-width:0px;max-width:100%}.sign__wrapper .sign__feedback{width:100%;padding:60px 20px;max-width:100%}.sign__wrapper .sign__feedback>.sign__slider{margin-bottom:35px}}@media (max-width: 840px){.dashboard__wrapper .main__wrapper>.content>.connect .media{display:none}.dashboard__wrapper .main__wrapper>.content>.connect{text-align:center;margin-bottom:25px}.dashboard__wrapper .main__wrapper>.content>.connect{padding:20px 15px}}@media (max-width: 767px){.product__detail--wrapper{padding:0px}.product__detail--wrapper .product__table .top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product__detail--wrapper .product__table .top>.search{max-width:100%;margin-bottom:15px}.product__detail--wrapper .product__table .top .date__range{max-width:100%}.builder{padding:15px}.colpick{-webkit-transform:scale(0.6);transform:scale(0.6)}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper>.top>h6{font-size:27px}.pages__wrapper>.title>h2{font-size:27px}.pages__wrapper>.title{margin-bottom:16px}.pages__wrapper .pages__box>.top__controls>.search{max-width:310px}.products__wrapper .products__categories ul>li>a{min-height:40px}.products__wrapper .products__categories ul{max-width:340px}.product__wrapper .product__form>form .step__product>.top>h6{font-size:27px}.dashboard__wrapper .main__wrapper .side__wrapper .title>h6{font-size:24px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .controls{margin-top:20px}}@media (max-width: 640px){.account__wrapper .main__account .personal__info form .row .fields{grid-template-columns:1fr;grid-row-gap:15px;grid-column-gap:15px}.account__wrapper .main__account .personal__info form .row .fields .long{grid-column-start:1;grid-column-end:2}.field__box .fulfillment__info{grid-template-columns:1fr}.builder__wrapper>.builder__form{padding:30px 15px}.pages__wrapper .pages__box>.top__controls{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pages__wrapper .pages__box>.top__controls>.search{max-width:100%;margin-bottom:10px}.pages__wrapper .pages__box>.top__controls>.buttons{display:grid;width:100%;grid-template-columns:repeat(2, 1fr);grid-column-gap:12px}.pages__wrapper .pages__box>.top__controls>.buttons>.add__product{margin-right:0px}.products__wrapper .products__list .product{padding:10px;padding-bottom:74px}.products__wrapper .products__list .product>.media>img{height:170px}.products__wrapper .products__list .product .link__box{bottom:10px}.product__wrapper .product__form{padding:30px 15px}.portal__wrapper .elem__portal>.portal__box>.elem .checkboxes__wrapper{grid-template-columns:repeat(2, 1fr);grid-row-gap:15px}}@media (max-width: 575px){.products__wrapper .products__list{grid-template-columns:1fr}}@media (max-width: 540px){.account__wrapper .main__account .personal__info form .row{padding:12px 15px}.product__detail--wrapper .graphs__overview>.trends{padding:20px 12px}.product__detail--wrapper .product__table .top{padding:16px 12px}.product__detail--wrapper .graph__charts{grid-template-columns:1fr}.product__detail--wrapper .graph__charts>.elem__chart:nth-child(1),.product__detail--wrapper .graph__charts>.elem__chart:nth-child(3){border-right:0px}.product__detail--wrapper .graph__charts>.elem__chart:nth-child(3){border-bottom:1px solid #E7E7E8}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper>.top{margin-bottom:16px}.pagination{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination .showing{margin-bottom:10px}.portal__wrapper .elem__portal>.portal__box>.elem{padding:12px 15px}.portal__wrapper .elem__portal{margin-bottom:25px}.portal__wrapper .elem__portal:last-child{margin-bottom:0px}.pagination>ul li>a{padding-left:8px;padding-right:8px}.embeds__wrapper>.elem__embed{margin-bottom:25px}.embeds__wrapper>.elem__embed:last-child{margin-bottom:0px}.embeds__wrapper>.elem__embed .script>.elem__script{padding:12px 15px}.dashboard__wrapper .main__wrapper>.content>.connect .desc>p br{display:none;max-width:290px;margin-left:auto;margin-right:auto}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown{min-width:270px;max-width:270px}.dashboard__wrapper header .container .outer__header .right>.controls .notification .notification__dropdown .notification__list{max-height:360px}.dashboard__wrapper .main__wrapper>.content>.overview .graph__charts{grid-template-columns:1fr}.dashboard__wrapper .main__wrapper>.content>.overview .graph__charts>.elem__chart:nth-child(3),.dashboard__wrapper .main__wrapper>.content>.overview .graph__charts>.elem__chart:nth-child(1){border-bottom:1px solid #E7E7E8;border-right:0px}.product__wrapper .product__form>form .step__product>.top{margin-bottom:16px}.product__wrapper .product__form>form .step__product .content .field__box{margin-bottom:16px}.field__box .customize__block .customize__top{grid-template-columns:1fr;grid-row-gap:15px}.dashboard__wrapper .main__wrapper>.content>.overview .graphs__overview>.trends,.dashboard__wrapper .main__wrapper>.content>.overview .graphs__overview>.products{padding:20px 12px}.dashboard__wrapper .main__wrapper>.content{padding:24px 15px;padding-bottom:35px}.dashboard__wrapper header .container{padding-left:15px;padding-right:15px}.dashboard__wrapper .main__wrapper>.content>.overview .head>h6{font-size:22px}.dashboard__wrapper .main__wrapper>.content>.overview .head .select__input{max-width:100%}.dashboard__wrapper .main__wrapper>.content>.overview .graphs__overview .top{margin-bottom:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.dashboard__wrapper .main__wrapper>.content>.overview .graphs__overview .top>p{margin-bottom:5px}.dashboard__wrapper .main__wrapper>.content>.overview .head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dashboard__wrapper .main__wrapper>.content>.overview .head>h6{margin-bottom:10px;width:100%}.dashboard__wrapper .main__wrapper>.content>.connect .desc>h6{font-size:21px;max-width:290px;margin-left:auto;margin-right:auto}.dashboard__wrapper .main__wrapper>.content>.connect .desc>h6 br{display:none}.portal__wrapper .elem__portal>.portal__box>.elem .checkboxes__wrapper{padding:12px}.portal__wrapper .elem__portal>.portal__box>.elem>.top{margin-bottom:12px}}.file__wrapper .file__list .elem__file>.left{margin-right:10px}@media (max-width: 480px){.availability__calendar>.elem__availability{padding:15px}.availability__calendar>.elem__availability{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.availability__calendar>.elem__availability.active .time__range{max-width:100%;margin:15px 0px}.availability__calendar>.elem__availability .unavailable{margin-left:auto;margin-right:auto;margin-top:15px;margin-bottom:15px}.tab__picker.five{grid-template-columns:repeat(2, 1fr)}.field__box>.double__input>.price__complex{min-height:50px}.tab__picker{grid-template-columns:repeat(2, 1fr);grid-row-gap:12px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.uploaded__files .files__list>.element__file .head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.uploaded__files .files__list>.element__file .head .left{width:100%}.uploaded__files .files__list>.element__file .head .right{margin-left:auto;margin-top:5px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head .left{width:100%}.slots__added .slot__elements>.elem .head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.slots__added .slot__elements>.elem .head>.left{width:100%}.slots__added .slot__elements>.elem .head .right{margin-left:auto;margin-top:5px}.constructor__wrapper .constructor__main>.constructor__form>form .step__wrapper .section__picker .sections__list .elem__section .head .right{margin-left:auto;margin-top:5px}.slots__added .slot__elements>.elem .head>.left>.slot__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.slots__added .slot__elements>.elem .head>.left>.slot__info>p{margin-right:0px;margin-bottom:5px}.slots__picker .slots__list{width:calc(100% + 30px);margin-left:-15px;overflow-x:auto}.slots__picker .slots__list::-webkit-scrollbar{width:4px;height:4px}.slots__picker .slots__list::-webkit-scrollbar-thumb{border-radius:5px;background-color:#F56A05}.slots__picker .slots__list>*{min-width:440px}.builder__wrapper>.builder__form>form .step .double__input{grid-template-columns:1fr;grid-row-gap:12px}.file__wrapper .file__list .elem__file{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.file__wrapper .file__list .elem__file>.right .progress__box{width:100%;margin-top:10px}.file__wrapper .file__list .elem__file>.left{margin-right:0px}.file__wrapper .file__list .elem__file>.right{margin-top:0px}.file__wrapper .file__list .elem__file>.right .progress__box{margin-top:0px}.pick__one>.el.double{grid-column-start:1;grid-column-end:2}.builder__wrapper>.builder__form>form .step>.top>h6{font-size:24px}.builder__wrapper>.builder__form>form .step>.top{margin-bottom:16px}.builder__wrapper>.builder__form>form .step .product__type{grid-template-columns:1fr}.constructor__wrapper>.head .inner>.left>.logo a img{max-width:95px}.constructor__wrapper>.head .inner>.left>.spacer{margin:0px 10px}.constructor__wrapper>.head .inner>.left>a.close{min-width:32px}.constructor__wrapper>.head .inner>.right>a{min-width:0px;padding-left:15px;padding-right:15px}.products__wrapper .products__categories ul>li>a{min-height:35px}.products__wrapper .products__categories{margin-bottom:16px}.products__wrapper .products__categories ul{max-width:290px}.portal__wrapper .elem__portal>.portal__box>.elem .checkboxes__wrapper{grid-template-columns:1fr;grid-row-gap:15px}.product__wrapper .product__form>form .step__product>.top>h6{font-size:24px}.field__box .customize__block .color__picker .grid{grid-template-columns:repeat(4, 1fr)}.product__header .product__controls .left__product .spacer{margin:0px 10px}.product__header .product__controls .left__product>a:last-child img{max-width:95px}.product__header .product__controls .right__product>a{padding-left:15px;padding-right:15px}.product__header .product__controls .left__product .close{min-width:32px}.product__wrapper .product__form>form .step__product .product__type{grid-template-columns:1fr}.pick__one{grid-template-columns:1fr}.field__box>.double__field{grid-template-columns:1fr;grid-row-gap:15px}.field__box{padding:15px}.sign__wrapper .sign__main .top__sign form .header>h2{font-size:30px}.sign__wrapper .sign__main .top__sign form .header{margin-bottom:20px}.sub__step .availability__calendar>.elem__availability .unavailable{margin-left:0px}.sub__step .availability__calendar>.elem__availability{padding:15px}}@media (max-width: 440px){.field__box .customize__block .color__picker .grid .new__color>a{width:100%}.field__box .customize__block .color__picker .grid{grid-template-columns:repeat(3, 1fr)}}
.sign__login{width:50%;max-width:calc(100% - 640px);background:url("../../loginbg.webp");background-repeat:no-repeat;background-size:cover;background-position:center}
