@charset "UTF-8";.category-menu{max-height:72px;overflow:hidden;position:relative;padding:0 48px 0 16px}@media only screen and (max-width:576px){.category-menu{white-space:nowrap;max-height:none;padding:0}}.category-menu__line{display:inline}@media only screen and (max-width:576px){.category-menu__line{display:block}.category-menu__line:not(:last-child){margin-bottom:8px}}.category-menu_expanded{max-height:none}.category-menu__expander{position:absolute;bottom:0;right:16px;width:32px;height:32px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:1px solid #c3cad9;border-radius:50%;cursor:pointer}@media only screen and (max-width:576px){.category-menu__expander{display:none}}.no-touch .category-menu__expander:hover{border-color:rgba(195,202,217,.49)}.category-menu-item{display:inline-block!important;font-size:14px;line-height:18px;padding:6px 12px;display:inline-block;border-radius:18.5px;color:#919cb5;border:1px solid #c3cad9;margin:0 8px 8px 0;cursor:pointer;font-weight:300}@media only screen and (max-width:576px){.category-menu-item{margin-bottom:0}}@media only screen and (max-width:576px){.category-menu-item:first-child{margin-left:16px}}.category-menu-item_selected{background:#6839cf;color:#fff;padding:7px 13px;border:none}.no-touch .category-menu-item:hover{border-color:rgba(195,202,217,.49)}.no-touch .category-menu-item_decorative{pointer-events:none}.no-touch .category-menu-item_decorative:hover{border-color:#c3cad9}.category-menu-item_decorative{margin:6px 7.5px}@media only screen and (max-width:576px){.category-menu-item_decorative{margin:6px 4px}}.category-menu-item_decorative:first-child{margin-left:0}.category-menu-item_decorative:last-child{margin-right:0}.search-block{margin-bottom:40px;color:#000}@media only screen and (max-width:576px){.search-block{margin-bottom:24px}}.search-block__header{font-size:20px;color:#919cb5;margin-bottom:16px;font-weight:400;line-height:normal;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:576px){.search-block__header{margin-bottom:12px;font-size:16px}}.search-block__item{line-height:26px;font-size:20px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer;color:inherit;font-weight:400}@media only screen and (max-width:576px){.search-block__item{font-size:16px;line-height:18px}}.search-block__item:not(:last-child){margin-bottom:14px}@media only screen and (max-width:576px){.search-block__item:not(:last-child){margin-bottom:12px}}.search-block__item-text{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.search-block__image{width:44px;height:44px;margin-right:14px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media only screen and (max-width:576px){.search-block__image{width:32px;height:32px;margin-right:12px}}.search-block__suggest-icon{margin-right:12px;width:18px;height:18px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media only screen and (max-width:576px){.search-block__suggest-icon{width:16px;height:16px}}.search-block_theme_gray{color:#919cb5}.search-block_mod_categories .search-block__item{font-weight:500}.search-input__wrapper{border-bottom:1px solid #c3cad9;position:relative;margin-bottom:16px;padding-right:32px}.search-input__wrapper_highlighted{border-bottom:1px solid #8b37ec}@media only screen and (max-width:576px){.search-input__wrapper{padding-right:24px;margin-bottom:20px}}.search-input__wrapper input{padding:0;font-size:40px;line-height:50px;font-weight:500;background:#fff;border:none;border-radius:0;width:100%;outline:none;margin:0}@media only screen and (max-width:576px){.search-input__wrapper input{font-size:28px;line-height:1.2}}.search-input__wrapper input::-webkit-input-placeholder{color:#e0e0e0}.search-input__wrapper input::-moz-placeholder{color:#e0e0e0}.search-input__wrapper input:-ms-input-placeholder{color:#e0e0e0}.search-input__wrapper input:-moz-placeholder{color:#e0e0e0}.search-input__wrapper input::-ms-clear{display:none}.search-input__close{position:absolute;bottom:2px;right:-5px}@media only screen and (max-width:576px){.search-input__close{bottom:0;right:-8px}}.search-input__suggest-icon{margin-right:16px}.suggest__body-wrapper{z-index:100;background-color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-height:100%}.suggest__body-wrapper_isActive{position:fixed;-webkit-transform:translateZ(0);left:0;right:0;top:0}.suggest__body{padding:25px 16px 0;max-width:768px;margin:0 auto;width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100%}@media only screen and (max-width:576px){.suggest__body{padding-top:16px}}.suggest__results{-webkit-flex:1;-ms-flex:1;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.suggest__backdrop{position:fixed;left:0;right:0;top:0;bottom:0;z-index:9;background-color:rgba(0,0,0,.75);-webkit-animation:fadeIn .3s;animation:fadeIn .3s}.suggest__activate-icon{padding-left:16px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;cursor:pointer}.suggest__activate-icon_theme_white path{fill:#fff}.main-page-link{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.main-page-link>a{-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.main-page-link_theme_navigation>a{color:#919cb5;font-size:20px}@media only screen and (max-width:576px){.main-page-link_theme_navigation>a{font-size:16px}}.main-page-link_theme_white>a{color:#fff}.main-page-link__back{width:.55em;height:.55em;border-color:#919cb5;border-style:solid;border-width:2px 0 0 2px;-webkit-transform:translateY(-15%) rotate(-45deg);-ms-transform:translateY(-15%) rotate(-45deg);transform:translateY(-15%) rotate(-45deg);display:inline-block;margin-right:.25em}.short-menu{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto}.short-menu,.short-menu__item{display:-webkit-flex;display:-ms-flexbox;display:flex}.short-menu__item{margin-right:8px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer}.short-menu__item_active .short-menu__icon{background:#6839cf}.short-menu__item_active circle,.short-menu__item_active path,.short-menu__item_active rect{stroke:#fff}.short-menu__item_active .fill circle,.short-menu__item_active .fill path,.short-menu__item_active .fill rect{fill:#fff}.short-menu__icon{width:50px;height:35px;left:19px;top:172px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:rgba(145,156,181,.1);border-radius:300px;margin-bottom:3px}.short-menu__title{font-size:11px;line-height:18px;text-align:center;color:#919cb5}.search-page__suggest{min-height:92px}@media only screen and (max-width:576px){.search-page__suggest{min-height:70px}}.alert{position:fixed;color:#fff;font-size:15px;-webkit-transition:opacity .5s,-webkit-transform .3s;transition:opacity .5s,-webkit-transform .3s;-o-transition:opacity .5s,transform .3s;transition:opacity .5s,transform .3s;transition:opacity .5s,transform .3s,-webkit-transform .3s;-webkit-transform:translateY(80px);-ms-transform:translateY(80px);transform:translateY(80px);left:0;right:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);padding:7px 20px;z-index:1000;visibility:hidden}.alert_show{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);visibility:visible}.alert_position_top{top:0}.alert_position_bottom{bottom:0}@media only screen and (max-width:576px){.alert{text-align:left;border-radius:5px;padding:18px 15px;left:10px;right:10px}.alert_position_top{top:12px}.alert_position_bottom{bottom:12px}}.header{padding:10px 15px;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.05);box-shadow:0 2px 10px rgba(0,0,0,.05)}.logo-header{display:-webkit-flex;display:-ms-flexbox;display:flex}.account-linking{padding:30px 20px 50px;border-radius:17px;min-height:380px}.account-linking p{line-height:1.2}@media only screen and (max-width:576px){.account-linking{padding:0;-webkit-box-shadow:none;box-shadow:none}}.account-linking__header-wrap{margin-bottom:30px}.account-linking__container{max-width:600px;margin:0 auto;padding:0 15px}.account-linking__spinner-wrap{padding:40px 150px;width:100%;height:100px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:576px){.account-linking__spinner-wrap{height:40vh}}.account-linking__auth{margin-bottom:20px;text-align:center}@media only screen and (max-width:576px){.account-linking__auth{text-align:left}}.account-linking__title{font-size:20px;font-weight:600;margin:0;padding:0;line-height:1.4}@media only screen and (max-width:576px){.account-linking__title{font-size:18px;font-weight:500}}.account-linking__title_center{text-align:center}.account-linking__btn{font-weight:400;margin-top:7px;display:inline-block;text-align:center;padding:12px 30px;font-size:16px;color:#fff;background-color:#6839cf;border-radius:6px;border:none;cursor:pointer;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:300px}@media only screen and (max-width:576px){.account-linking__btn{-webkit-box-shadow:0 0 2px rgba(104,57,207,.3);box-shadow:0 0 2px rgba(104,57,207,.3);font-size:15.5px;width:100%}}.account-linking__btn:focus{-webkit-box-shadow:0 0 10px 2px #c6b4ed;box-shadow:0 0 10px 2px #c6b4ed}@media only screen and (max-width:576px){.account-linking__btn:focus{-webkit-box-shadow:none;box-shadow:none}}.account-linking__link{color:#6839cf}.account-linking__description{opacity:.7;margin:5px 0 15px;font-size:14px}.account-linking__description_center{text-align:center}@media only screen and (max-width:576px){.account-linking__description{font-size:14px}}.account-linking__separator{width:90%;padding:0 5%;color:#000;margin:15px 0;opacity:0}@media only screen and (max-width:576px){.account-linking__separator{opacity:.2}}.skill-preview{cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}@media only screen and (max-width:576px){.skill-preview{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;text-align:left}}.skill-preview__logo{width:70%;padding-bottom:70%;margin-bottom:-70%;max-width:68px;margin-top:2%}@media only screen and (max-width:576px){.skill-preview__logo{max-width:62px}}@media only screen and (max-width:576px){.skill-preview__info{padding-left:15px}}.skill-preview__name{font-weight:500;font-size:25px;padding:0;line-height:1;margin:0 0 5px}@media only screen and (max-width:576px){.skill-preview__name{font-weight:400;font-size:22px}}.skill-preview__description{opacity:.9;font-size:16px}@media only screen and (max-width:576px){.skill-preview__description{font-size:14px}}.card-line{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;height:20px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:16px;line-height:20px;white-space:nowrap}.card-line_add .card-line__name{text-align:left;-webkit-flex:40;-ms-flex:40;flex:40}.card-line__icon{width:28px;height:19px}.card-line__icon,.card-line__name{margin-right:10px}.card-line__number{-webkit-flex:2;-ms-flex:2;flex:2;text-align:right}.text{font-family:YS Text;padding:0;margin:0;text-align:left}.text_white{color:#fff!important}.text_center{text-align:center}.text_left{text-align:left}.text_right{text-align:right}.text_type_title-xl{font-size:24px;line-height:24px;color:#333}.text_type_title-l,.text_type_title-xl{-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-weight:500}.text_type_title-l{font-size:15.5px;line-height:20px;display:-webkit-flex;display:-ms-flexbox;display:flex;color:rgba(0,0,0,.8)}.text_type_title-s{font-weight:400;color:#919cb5;font-size:13px;line-height:16px}.text_type_m{font-weight:400;font-size:14px;line-height:18px;color:#000;opacity:.8}.text_type_s{font-weight:400;font-size:13px;line-height:16px;color:rgba(0,0,0,.8)}.bottom-sheet{padding:20px 16px}.bottom-sheet__title{margin-bottom:10px}.bottom-sheet__item{margin-bottom:20px}.payment-card{background:#fff;position:relative;z-index:1}.payment-card_theme_bill{border-radius:6px 6px 0 0;-webkit-box-shadow:7px 5px 24px rgba(124,122,122,.15);box-shadow:7px 5px 24px rgba(124,122,122,.15);position:relative}@media only screen and (min-width:992px){.payment-card_theme_bill{padding:20px 40px!important;max-width:400px;-webkit-box-shadow:5px 0 24px rgba(124,122,122,.15);box-shadow:5px 0 24px rgba(124,122,122,.15)}}.payment-card_theme_bill:after{content:"";position:absolute;bottom:-7px;left:0;right:0;height:14px;background-image:-webkit-linear-gradient(315deg,#fff 50%,hsla(0,0%,100%,0) 0),-webkit-linear-gradient(225deg,#fff 50%,hsla(0,0%,100%,0) 0);background-image:-o-linear-gradient(315deg,#fff 50%,hsla(0,0%,100%,0) 50%),-o-linear-gradient(225deg,#fff 50%,hsla(0,0%,100%,0) 50%);background-image:linear-gradient(135deg,#fff 50%,hsla(0,0%,100%,0) 0),linear-gradient(-135deg,#fff 50%,hsla(0,0%,100%,0) 0);background-repeat:repeat-x;background-position:3px 0;background-size:14px 14px,14px 14px}.payment-card_theme_default{-webkit-box-shadow:0 4px 24px hsla(0,0%,55.3%,.27);box-shadow:0 4px 24px hsla(0,0%,55.3%,.27);border-radius:6px}@media only screen and (min-width:992px){.card-select__card-list-item{-webkit-transition:.15s;-o-transition:.15s;transition:.15s}.card-select__card-list-item:hover{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.card-select__selected-card{width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.card-select__arrow{position:relative;width:25px;height:25px}.card-select__arrow:after,.card-select__arrow:before{content:"";position:absolute;width:35%;height:2px;background-color:#919cb5;top:60%;left:60%;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.card-select__arrow:after{-webkit-transform:translate(-30%,-30%) rotate(-45deg);-ms-transform:translate(-30%,-30%) rotate(-45deg);transform:translate(-30%,-30%) rotate(-45deg)}.card-select__arrow:before{-webkit-transform:translate(-30%,-30%) rotate(-135deg);-ms-transform:translate(-30%,-30%) rotate(-135deg);transform:translate(-30%,-30%) rotate(-135deg)}.merchant{cursor:pointer;width:100%}.merchant__inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;height:100%;padding:0 10px}.merchant__inner_no-padding{padding:0}.merchant__logo{width:30px;height:30px;background-size:contain;margin-right:10px;border-radius:100%}.merchant__info{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.merchant__bottom-sheet-content{max-width:500px}.payment-row{display:block;width:100%;z-index:1}.payment-row__title{margin-bottom:10px;display:block;width:100%}.payment-row__separate_type_dots{background-color:unset;border-top:1.5px dotted;opacity:.1}.payment-row__separate_type_line{width:100%;background-color:#919cb5;opacity:.2;height:1.8px;border:none}.product{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.product:last-child{border:none}.product__title{position:relative;-webkit-flex:4;-ms-flex:4;flex:4;color:#333}.product__quantity{-webkit-flex:1;-ms-flex:1;flex:1;margin:0 10px}.product__price{white-space:nowrap;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.payment-container{margin:0 auto;max-width:600px;padding:0 15px;position:relative}@media only screen and (min-width:992px){.payment-container{padding:0 20px}}.total-price{background:#31ca6e;color:#fff;width:100%}.total-price__inner{display:-webkit-flex;display:-ms-flexbox;padding:24px 0;position:relative;margin:0 auto;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.total-price__labels{position:relative;text-align:left;height:100%}.total-price__title{position:absolute;top:-20px;left:0;font-weight:500}.total-price__delivery{top:0;left:0;position:absolute;white-space:nowrap;font-size:13px;opacity:.8}.total-price__price{display:block;font-size:32px;line-height:20px;font-weight:600}.total-price_noBg{background:#fff;color:#000!important}.total-price_noBg .total-price__inner{margin:0 -15px}.button{background:#6839cf;-webkit-box-shadow:0 2px 24px rgba(104,57,207,.27);box-shadow:0 2px 24px rgba(104,57,207,.27);border-radius:6px;border:none;color:#fff;padding:14px 16px;font-size:16px;width:100%;font-weight:450;font-family:YS Text;white-space:nowrap;letter-spacing:.5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;-o-transition:box-shadow .2s;transition:box-shadow .2s;transition:box-shadow .2s,-webkit-box-shadow .2s;min-height:40px;max-width:500px}.button:focus{outline:none;-webkit-box-shadow:0 0 10px #8762d9;box-shadow:0 0 10px #8762d9}.button_loading{padding:8px 50px}.button_disable{cursor:default;background-color:#919cb5;-webkit-box-shadow:none;box-shadow:none}.payment-footer{background-color:#fff;margin:0 auto;text-align:center;padding:12px 15px;position:fixed;bottom:0;left:0;right:0;max-width:none;z-index:100}.payment-footer:before{content:"";z-index:2;display:block;position:absolute;top:-5px;left:0;right:0;-webkit-box-shadow:0 0 5px 10px #fff;box-shadow:0 0 5px 10px #fff}.payment-text-input{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.payment-text-input__input{border:none;background:#fff;-webkit-box-shadow:0 4px 24px hsla(0,0%,55.3%,.27);box-shadow:0 4px 24px hsla(0,0%,55.3%,.27);padding:15px 20px;font-size:16px;font-weight:500;-webkit-flex:1;-ms-flex:1;flex:1;border-radius:6px}.payment-text-input__input::-webkit-input-placeholder{font-weight:400;color:#919cb5}.payment-text-input__input:-ms-input-placeholder{font-weight:400;color:#919cb5}.payment-text-input__input::-ms-input-placeholder{font-weight:400;color:#919cb5}.payment-text-input__input::placeholder{font-weight:400;color:#919cb5}.payment-text-input__error{font-size:13px;margin:10px;color:#ea2734;opacity:0;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.payment-text-input__error_show{opacity:1}@media only screen and (min-width:992px){.form-page{width:500px;border-radius:10px;margin:0 auto 70px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);padding:20px 0}}.form-page:after{content:"";display:block;position:fixed;top:0;bottom:0;left:0;right:0;background-color:hsla(0,0%,100%,.6);opacity:0;z-index:-1;visibility:hidden;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.form-page_processing:after{opacity:1;z-index:99;visibility:visible}.payment{z-index:1;padding-bottom:50px;-webkit-transition:-webkit-filter .2s;transition:-webkit-filter .2s;-o-transition:filter .2s;transition:filter .2s;transition:filter .2s,-webkit-filter .2s}.payment__header{margin-bottom:30px}.payment:after{content:"";display:block;position:fixed;top:0;bottom:0;left:0;right:0;background-color:hsla(0,0%,100%,.6);opacity:0;z-index:-1;visibility:hidden;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.payment_error{-webkit-filter:blur(3px);filter:blur(3px)}.payment_error:after{visibility:visible;opacity:1;z-index:100}.payment__alert{max-width:500px;margin:0 auto;display:inline}.payment__alert-action{display:inline;opacity:.8}.success-page__title{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.success-page__title>div{margin-right:14px}@media only screen and (min-width:992px){.success-page{padding:0 40px}.success-page__bill{text-align:center}.success-page__bill>div{margin:0 auto}.success-page__title{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.success-icon{overflow:hidden;background-color:#31ca6e;border-radius:100%;position:relative}.success-icon:after,.success-icon:before{content:"";display:block;background-color:#fff;height:6%;position:absolute;top:65%}.success-icon:before{left:44.5%;width:25%;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);border-radius:0 10px 10px 0}.success-icon:after{-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;right:58%;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);width:45%;border-radius:10px 0 0 10px}.success-icon_show .success-icon__overlay{left:100%}.success-icon__overlay{position:absolute;top:0;bottom:0;right:0;left:0;background-color:#31ca6e;z-index:2;-webkit-transition:1s;-o-transition:1s;transition:1s}.GalleryPageImage{display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.GalleryPageImage__image{width:auto;height:auto;max-width:100%;max-height:100%}.GalleryPageImageStub{width:100%;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#fff;font-size:22px}.Expandable__expander{display:block;margin-bottom:19px;padding:0;border:none;background:none;outline:none;font-size:16px;line-height:20px;font-family:inherit;font-weight:500;cursor:pointer}@media only screen and (max-width:576px){.Expandable__expander{font-size:14px;margin-bottom:12px}}.Expandable__expander:hover{opacity:.5}.skill-description{font-size:20px;font-weight:400;line-height:27px;white-space:pre-wrap;overflow-wrap:break-word;word-wrap:break-word;max-width:80%;margin-bottom:8px}@media only screen and (max-width:576px){.skill-description{font-size:16px;line-height:20px;max-width:100%}}.skill-description h1{font-size:22px;font-weight:500;margin-bottom:14px}@media only screen and (max-width:576px){.skill-description h1{font-size:20px}}.skill-description h2{font-size:20px;font-weight:500;margin-bottom:10px}@media only screen and (max-width:576px){.skill-description h2{font-size:18px}}.skill-description h3{font-size:18px;font-weight:500;margin-bottom:8px}@media only screen and (max-width:576px){.skill-description h3{font-size:16px}}.skill-description h4{font-size:18px;font-weight:500;margin-bottom:6px}@media only screen and (max-width:576px){.skill-description h4{font-size:16px}}.skill-description h5{font-size:18px;font-weight:500;margin-bottom:6px}@media only screen and (max-width:576px){.skill-description h5{font-size:16px}}.skill-description h6{font-size:18px;margin-bottom:6px}@media only screen and (max-width:576px){.skill-description h6{font-size:16px}}.skill-description p{margin-bottom:16px}@media only screen and (max-width:576px){.skill-description p{margin-bottom:8px}}.skill-description ol,.skill-description ul{margin-bottom:16px}@media only screen and (max-width:576px){.skill-description ol,.skill-description ul{margin-bottom:8px}}.skill-description ul{padding-left:32px}.skill-description ul li{list-style:disc outside;margin-bottom:6px}.skill-description ol{list-style:none;counter-reset:counter}.skill-description ol li{counter-increment:counter;position:relative;margin-bottom:12px;display:-webkit-flex;display:-ms-flexbox;display:flex}.skill-description ol li:before{content:counter(counter);color:#919cb5;width:26px;height:26px;border-radius:50%;border:2px solid #919cb5;display:inline-block;text-align:center;margin-right:8px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:-2px}@media only screen and (max-width:576px){.skill-description ol li:before{width:20px;height:20px}}.skill-description ol li p{display:inline}.skill-description blockquote{color:#919cb5;margin-bottom:12px}.skill-description blockquote p:before{content:"— "}.skill-rating-qi{display:-webkit-flex;display:-ms-flexbox;display:flex}@media only screen and (max-width:576px){.skill-rating-qi{margin-bottom:24px}}.skill-rating-qi__block{color:#919cb5;margin-right:24px}.skill-rating-qi__block-icon{margin-right:7px;width:20px;height:20px}@media only screen and (max-width:576px){.skill-rating-qi__block-icon{width:16px;height:16px}}.skill-rating-qi__block-value{font-size:30px;line-height:42px;font-weight:600;margin-bottom:6px;white-space:nowrap}@media only screen and (max-width:576px){.skill-rating-qi__block-value{font-size:24px;line-height:28px;margin-bottom:0}}.skill-rating-qi__block-text{font-size:16px;text-align:center;white-space:nowrap}@media only screen and (max-width:576px){.skill-rating-qi__block-text{font-size:14px}}.rating-bars{-webkit-flex:1;-ms-flex:1;flex:1}.rating-bars__bar-line{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:4px}@media only screen and (max-width:576px){.rating-bars__bar-line{margin-bottom:4px}}.rating-bars__bar{background:#919cb5;opacity:.3;border-radius:10px;height:4px;width:100%;position:absolute}.rating-bars__bar-wrapper{position:relative;width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.rating-bars__bar_fill{-webkit-transition:width .3s ease-in-out;-o-transition:width .3s ease-in-out;transition:width .3s ease-in-out;background:#919cb5;opacity:1;z-index:1}.rating-bars__star{width:13px;height:13px;margin-left:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width:576px){.rating-bars__star{width:8px;height:8px;margin-left:3px}}.rating-bars__stars{width:125px;padding-right:6px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:576px){.rating-bars__stars{width:60px;padding-right:4px}}.set-rating{background:#fff;-webkit-box-shadow:10px 10px 25px rgba(209,214,226,.8);box-shadow:10px 10px 25px rgba(209,214,226,.8);border-radius:10px;position:relative}.set-rating__wrapper{padding:18px}.set-rating__lazy{height:128px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:576px){.set-rating__lazy{height:93px}}.set-rating__name{line-height:19px;font-size:24px;font-weight:500;margin-bottom:10px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;line-height:1.2;padding:16px 16px 0}@media only screen and (max-width:576px){.set-rating__name{font-size:16px;padding:12px 12px 0}}.set-rating__stars{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 16px 18px}@media only screen and (max-width:576px){.set-rating__stars{padding:0 12px 12px}}.set-rating__star{width:56px;height:56px;padding:3px;cursor:pointer;background-size:200% 100%;-webkit-transition:background-position .3s ease-in-out,padding .1s ease-in-out;-o-transition:background-position .3s ease-in-out,padding .1s ease-in-out;transition:background-position .3s ease-in-out,padding .1s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.no-touch .set-rating__star:hover{background-position:100% 0;padding:0}@media only screen and (max-width:576px){.set-rating__star{width:40px;height:40px;padding:2px}}.set-rating__change-btn{font-size:16px;color:#919cb5;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width:576px){.set-rating__change-btn{font-size:13px}}.set-rating-form{max-height:0;-webkit-transition:max-height .5s ease-in-out;-o-transition:max-height .5s ease-in-out;transition:max-height .5s ease-in-out;overflow-x:hidden;overflow-y:auto}.set-rating-form_isExpanded{max-height:1500px}.set-rating-form__btn{padding:20px 16px;line-height:19px;font-size:20px;line-height:23px;color:#fff;background:#6839cf;border-radius:0 0 10px 10px;cursor:pointer;background-size:200% 100%;-webkit-transition:background-position .3s ease-in-out;-o-transition:background-position .3s ease-in-out;transition:background-position .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.no-touch .set-rating-form__btn:hover{background-position:100% 0}@media only screen and (max-width:576px){.set-rating-form__btn{padding:16px 13px 17px;font-size:16px}}.set-rating-form__btn_voted{background:-webkit-linear-gradient(70.27deg,#4dd55b 16.12%,#3eb952 83.88%);background:-o-linear-gradient(70.27deg,#4dd55b 16.12%,#3eb952 83.88%);background:linear-gradient(19.73deg,#4dd55b 16.12%,#3eb952 83.88%)}.set-rating-form__info{position:relative;padding:0 14px}.set-rating-form__info-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:hsla(0,0%,100%,.85);border-radius:0 0 10px 10px;-webkit-animation-duration:.35s;animation-duration:.35s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:fadeIn;animation-name:fadeIn}.set-rating-form__input{width:100%;font-size:20px;border:none;resize:none;padding:28px 0;caret-color:#8b37ec;font-family:YS Text}@media only screen and (max-width:576px){.set-rating-form__input{font-size:16px;padding:20px 0}}.set-rating-form__question{margin-bottom:20px;font-size:20px}@media only screen and (max-width:576px){.set-rating-form__question{margin-bottom:14px;font-size:16px}}.set-rating-form__bubbles{margin-left:-6px;margin-right:-6px}@media only screen and (max-width:576px){.set-rating-form__bubbles{margin-left:-4px;margin-right:-4px}}.set-rating-form__bubble{font-size:20px;padding:13px 16px;display:inline-block;border-radius:100px;color:#000;margin:8px;cursor:pointer;font-weight:400;background:#f0f0f5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:background-position .3s ease-in-out,padding .1s ease-in-out,margin .1s ease-in-out;-o-transition:background-position .3s ease-in-out,padding .1s ease-in-out,margin .1s ease-in-out;transition:background-position .3s ease-in-out,padding .1s ease-in-out,margin .1s ease-in-out}.no-touch .set-rating-form__bubble:hover{margin:6px;padding:15px 18px}@media only screen and (max-width:576px){.set-rating-form__bubble{font-size:16px;padding:10px 12px;margin:4px}.no-touch .set-rating-form__bubble:hover{margin:2px;padding:12px 14px}}.set-rating-form__bubble_selected{background:#6839cf;color:#fff}.no-touch .set-rating-form__bubble_selected:hover{background-position:100% 0}.skill-rating{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:20px;margin-bottom:30px}@media only screen and (max-width:576px){.skill-rating{margin-top:15px}}.skill-rating__wrapper{max-width:488px;margin-bottom:50px}@media only screen and (max-width:576px){.skill-rating__wrapper{margin-bottom:32px}}.skill-rating__value-block{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-right:28px}.skill-rating__value{font-weight:500;margin-bottom:6px;color:#000;font-size:64px;line-height:1}@media only screen and (max-width:576px){.skill-rating__value{font-size:40px}}.skill-rating__not-enough{margin-bottom:16px;font-size:16px;color:#919cb5}@media only screen and (max-width:576px){.skill-rating__not-enough{font-size:13px}}.skill-rating__text{font-size:16px;color:#919cb5}@media only screen and (max-width:576px){.skill-rating__text{font-size:13px}}.lazy-skill-rating{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:232px}.surfaces{display:inline-block;white-space:nowrap;padding:0 16px}@media only screen and (max-width:576px){.surfaces{padding:0 12px}}.surfaces__item{display:inline-block;margin:0 6px;height:26px;width:26px;vertical-align:middle}@media only screen and (max-width:576px){.surfaces__item{margin:0 4px;height:20px;width:20px}}.surfaces__item>svg{width:100%}.surface-filter{padding:16px 16px 20px;background:#fff;max-width:480px;border-radius:18px;margin:0 auto}@media only screen and (max-width:576px){.surface-filter{max-width:calc(100vw - 20px);border-radius:8px}}.surface-filter__text{line-height:1.25;font-size:30px;font-weight:500;margin-bottom:18px}@media only screen and (max-width:576px){.surface-filter__text{margin-bottom:18px;font-size:24px;font-weight:600}}.surface-filter__btn{margin-top:-10px;padding-bottom:16px;cursor:pointer;font-weight:500;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}@media only screen and (max-width:576px){.surface-filter__btn{margin-top:-5px;margin-bottom:0;font-size:16px}}.surface-filter__btn_theme_white{color:#fff}.surface-filter__btn_theme_white path{fill:#fff;stroke:#fff}.surface-filter__btn_theme_white rect{stroke:#fff}.surface-filter__btn-icon{margin-left:8px}.surface-filter__items{overflow:hidden;font-size:16px}.surface-filter__item{line-height:18px;font-size:14px;padding:7px 12px;display:inline-block;border-radius:300px;border:1px solid #c3cad9;color:#919cb5;margin:4px;cursor:pointer;font-weight:400;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}@media only screen and (max-width:576px){.surface-filter__item{line-height:18px;font-size:14px;padding:7px 12px;margin:4px}}.surface-filter__item-img{margin-bottom:1px;height:16px;width:16px;margin-right:6px;vertical-align:sub}.surface-filter__item_selected>.surface-filter__item-img path[fill]{fill:#fff}.surface-filter__item_selected>.surface-filter__item-img rect[stroke]{stroke:#fff}.surface-filter__item_selected{background:-webkit-linear-gradient(57.56deg,#ae27ff 16.12%,#6627ff 83.88%);background:-o-linear-gradient(57.56deg,#ae27ff 16.12%,#6627ff 83.88%);background:linear-gradient(32.44deg,#ae27ff 16.12%,#6627ff 83.88%);color:#fff;border:none;padding:8px 13px}.explore-view__content{max-width:800px;width:100%;margin:0 auto;overflow:hidden}@media only screen and (max-width:576px){.explore-view__content{max-width:768px}}.explore-view__slide{overflow:hidden;padding-bottom:16px;padding-right:32px;padding-left:32px;width:100%;margin:0 auto;will-change:transform}@media only screen and (max-width:576px){.explore-view__slide{padding-right:16px;padding-left:16px}}.explore-view__slide.swiper-slide-next,.explore-view__slide.swiper-slide-prev{max-height:100vh}.explore-view .swiper-wrapper{will-change:transform}.explore-view_not-ready .explore-view__slide_hidden{display:none}.explore-view__swiper-container{overflow:visible}.explore-view__cover{position:absolute;top:0;right:0;left:0;height:220px;z-index:-1;-webkit-transition:background-color .5s;-o-transition:background-color .5s;transition:background-color .5s;will-change:background-color}.explore-view__menu{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;-o-transition:transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform}.explore-view__menu_collapsed{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.explore-view__menu-head{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.explore-view__menu-head>*{width:100%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.explore-view__back{font-size:22px;line-height:1.2;font-weight:500;color:#fff;margin-bottom:16px;cursor:pointer}.explore-view__title{margin-top:16px}.explore-view__menu-repl{cursor:pointer;color:#fff}.explore-view__category{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin:0;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.explore-view__category-name{margin-left:10px}.explore-view__category-content{padding-top:16px}.category-list__item{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.category-list__item-logo{height:44px;width:44px;margin-right:10px}.category-list__item-content{font-weight:500;font-size:20px}@media only screen and (max-width:576px){.category-list__item-content{font-size:14px}}.category-view__cover{height:200px;width:100%;top:0;right:0;position:fixed;z-index:-1}.category-view__back{font-size:22px;line-height:1.2;font-weight:500;color:#fff;margin-bottom:16px;cursor:pointer}.category-view__no-items{background:#fff;padding:24px;border-radius:10px;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.15);box-shadow:0 4px 20px rgba(0,0,0,.15);font-size:16px;line-height:1.2;color:#919cb5}.essentials-bubble{line-height:20px;font-size:16px;display:inline-block;position:relative;padding:11px 16px;font-size:20px;border-radius:4px 30px 30px 24px;background-color:#6839cf;color:#fff;cursor:pointer}@media only screen and (max-width:576px){.essentials-bubble{-webkit-box-sizing:content-box;box-sizing:content-box;padding:8px 12px;line-height:20px;font-size:16px;border-radius:2px 20px 20px 16px}}.no-touch .essentials-bubble:hover{color:hsla(0,0%,100%,.5)}.essentials-bubble__text{display:-webkit-flex;display:-ms-flexbox;display:flex;color:#fff}.essentials-bubble__icon{width:24px;height:24px;margin-right:8px}.essentials-bubble__wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.essentials-card{overflow:hidden;height:100%;border-radius:10px;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.15);box-shadow:0 4px 20px rgba(0,0,0,.15)}.essentials-card__wrapper{padding:24px}@media only screen and (max-width:576px){.essentials-card__wrapper{padding:16px 12px 24px}}.essentials-card_theme_main{background:#fff}.essentials-header{margin:0;font-size:30px;line-height:42px;font-weight:500}.essentials-header_theme_white{color:#fff}@media only screen and (max-width:576px){.essentials-header{font-size:24px;line-height:30px;font-weight:600}}.lazy-swiper__placeholder{width:100%}.essentials-carousel{position:relative;margin:0 -16px}@media only screen and (min-width:992px){.essentials-carousel:after,.essentials-carousel:before{content:"";z-index:2;display:block;position:absolute;top:0;bottom:0;-webkit-box-shadow:0 0 14px 12px #fff;box-shadow:0 0 14px 12px #fff}.essentials-carousel:after{right:0}.essentials-carousel:before{left:0}}.essentials-carousel__header{padding:0 48px 16px}@media only screen and (max-width:576px){.essentials-carousel__header{padding:0 24px 16px}}.essentials-carousel__button{display:none;position:absolute;top:50%;width:44px;height:44px;cursor:pointer;z-index:3}.essentials-carousel__button_direction_prev{left:16px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.essentials-carousel__button_direction_next{right:16px;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}@media only screen and (max-width:992px){.essentials-carousel__button_direction_prev{-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.essentials-carousel__button_direction_next{-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}.no-touch .essentials-carousel__button{display:-webkit-flex;display:-ms-flexbox;display:flex}.essentials-carousel .swiper-container{padding:16px 16px 32px}.essentials-swiper-slide{height:auto!important;width:328px!important;margin-right:12px}@media only screen and (max-width:576px){.essentials-swiper-slide{width:242px!important}}.essentials-swiper-slide:last-of-type{margin-right:0}.essentials-list{margin:0;padding:0;list-style-type:none}.essentials-list_density_high>.essentials-list__item{margin-bottom:10px}.essentials-list_density_normal>.essentials-list__item{margin-bottom:20px}.essentials-list_density_low>.essentials-list__item{margin-bottom:32px}.essentials-list__item:last-child{margin-bottom:0}.essentials-svg-icon{border-radius:4px 50% 50%;width:100%;height:100%}.essentials-svg-icon_round{border-radius:50%}.essentials-svg-icon_colored{background-color:#983ce7}.essentials-skill-card{display:-webkit-flex;display:-ms-flexbox;display:flex}.essentials-skill-card_icon-position_left{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.essentials-skill-card_icon-position_top{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.essentials-skill-card_icon-position_left .essentials-skill-card__icon{height:64px;width:64px;margin:0 16px 16px 0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media only screen and (max-width:576px){.essentials-skill-card_icon-position_left .essentials-skill-card__icon{height:44px;width:44px;margin:0 10px 10px 0}}.essentials-skill-card_icon-position_left .essentials-skill-card__header{margin-bottom:12px}@media only screen and (max-width:576px){.essentials-skill-card_icon-position_left .essentials-skill-card__header{margin-bottom:6px}}.essentials-skill-card_icon-position_top .essentials-skill-card__icon{height:64px;width:64px;margin:0 16px 16px 0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media only screen and (max-width:576px){.essentials-skill-card_icon-position_top .essentials-skill-card__icon{height:34px;width:34px;margin-bottom:6px}}.essentials-skill-card_icon-position_top .essentials-skill-card__header{margin-bottom:12px}@media only screen and (max-width:576px){.essentials-skill-card_icon-position_top .essentials-skill-card__header{margin-bottom:6px}}.essentials-skill-card__header{width:100%}.essentials-skill-card__header,.essentials-skill-card__info{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.essentials-skill-card__info{color:#222}.essentials-skill-card__title{font-weight:500;font-size:20px;line-height:26px}@media only screen and (max-width:576px){.essentials-skill-card__title{font-size:13px;line-height:19px}}.essentials-skill-card__title_oneline{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}@media only screen and (max-width:576px){.essentials-skill-card__title_oneline{font-weight:500;font-size:14px;line-height:20px}}.essentials-skill-card__description{font-size:20px;line-height:25px}@media only screen and (max-width:576px){.essentials-skill-card__description{font-size:13px;line-height:18px}}.lazy{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;font-size:22px;color:#919cb5;background:#fff}.lazy__content{padding-bottom:32px;background:#fff}.lazy__lazy-spinner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:60vh;min-height:100px}.skill-auth{-webkit-transition:.5s!important;-o-transition:.5s!important;transition:.5s!important;max-height:0;overflow:hidden}.skill-auth__btn{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:none;border-radius:8px;font-size:16px;padding:8px 16px}@media only screen and (max-width:576px){.skill-auth__btn{line-height:16px;font-size:13px;border-radius:4px;padding:5px 10px}}.skill-auth__btn_logout{color:#fff;background-color:#919cb5}.skill-auth_loaded{max-height:100px}.DonationForm{position:relative;z-index:2;margin:0 auto;max-width:488px;width:calc(100% - 20px);padding:25px;background:#fff;border-radius:5px}.DonationForm iframe{width:100%;height:322px}@media only screen and (max-width:576px){.DonationForm iframe{height:396px}}.DonationForm iframe .widget-shop{-webkit-box-shadow:none;box-shadow:none;width:100%}.DonationForm__header{margin-bottom:25px}.DonationButton{border-radius:8px;padding:10px;background:#6839cf;text-align:center;color:#fff;cursor:pointer}.skill-page{padding-top:50px;position:relative}@media only screen and (max-width:576px){.skill-page{padding-top:40px}}.skill-page__email{max-width:80%;margin-bottom:12px;line-height:16px;color:#919cb5;font-size:14px}@media only screen and (max-width:576px){.skill-page__email{max-width:100%}}.skill-page__email>a{font-weight:500;color:#6839cf;white-space:nowrap;-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.skill-page__email>a:hover{opacity:.5}.skill-page__wrapper{background:#fff}.skill-page__operator{font-size:16px;color:#919cb5;margin-bottom:8px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 2px}@media only screen and (max-width:576px){.skill-page__operator{font-size:14px;margin-bottom:8px}}.skill-page__operator>svg{width:14px;height:16px;margin-right:8px}@media only screen and (max-width:576px){.skill-page__operator>svg{width:12px;height:14px;margin-right:6px}}.skill-page__cover{height:140px;position:relative}@media only screen and (max-width:576px){.skill-page__cover{height:98px}}.skill-page__header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:576px){.skill-page__header{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.skill-page__lazy{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;font-size:22px;color:#919cb5;background:#fff}.skill-page__lazy-content{padding-bottom:32px;background:#fff}.skill-page__logo{width:120px;height:120px;-webkit-box-shadow:0 4px 24px rgba(0,0,0,.15);box-shadow:0 4px 24px rgba(0,0,0,.15);position:absolute;top:-86px}.skill-page__logo_type_logo{border-radius:4px 50% 50%}.skill-page__logo_type_logo-chat{border-radius:50%}@media only screen and (max-width:576px){.skill-page__logo{width:90px;height:90px;top:-64px}}.skill-page__content{margin-left:12px}.skill-page__title{font-size:30px;line-height:42px;display:inline-block;position:relative;font-weight:600;margin-bottom:0}@media only screen and (max-width:576px){.skill-page__title{font-size:24px;line-height:28px}}.skill-page__title-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%}@media only screen and (max-width:576px){.skill-page__title-wrapper{margin-bottom:4px}}.skill-page__header-left{margin-right:10px}@media only screen and (max-width:576px){.skill-page__header-left{margin-right:0}}.skill-page__adult{position:absolute;right:-28px;top:-12px;font-size:14px;color:#919cb5}@media only screen and (max-width:576px){.skill-page__adult{top:-8px;right:0;font-size:11px}}.skill-page__developer{color:#000;margin-bottom:20px;font-size:20px;font-weight:400;line-height:24px}.skill-page__developer_theme_organizationChat{margin-bottom:12px}@media only screen and (max-width:576px){.skill-page__developer{font-size:16px;line-height:20px;margin-bottom:10px}}.skill-page__developer-name{margin-bottom:10px}.skill-page__how{font-size:20px;line-height:28px;color:#000;margin-bottom:16px;max-width:480px}@media only screen and (max-width:576px){.skill-page__how{font-size:16px;line-height:19px}}.skill-page__meta{margin-bottom:32px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:576px){.skill-page__meta{margin-bottom:26px}}.skill-page__cat-bage{line-height:18px;padding:4px 12px;font-size:16px;color:#919cb5;border:1px solid #919cb5;border-radius:50px;display:inline-block;cursor:pointer;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}@media only screen and (max-width:576px){.skill-page,.skill-page__cat-bage{line-height:16px;font-size:14px}}.skill-page__contacts-email,.skill-page__contacts-website{padding:11px 2px;font-size:16px;font-weight:500;color:#000;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:576px){.skill-page__contacts-email,.skill-page__contacts-website{font-size:14px;padding:7px 1px}}.skill-page__contacts-email>svg,.skill-page__contacts-website>svg{margin-right:12px;width:22px;height:22px}@media only screen and (max-width:576px){.skill-page__contacts-email>svg,.skill-page__contacts-website>svg{margin-right:9px;width:18px;height:18px}}.skill-page__donation-button,.skill-page__remove-share-button{margin-top:10px;max-width:488px}.skill-page__bookmark{margin-top:7px;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;padding:5px 8px 3px}@media only screen and (max-width:576px){.skill-page__bookmark{margin-top:0;margin-right:3px}}.modal{position:fixed;top:0;left:0;right:0;bottom:0;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:576px){.modal{top:16px;height:calc(100% - 16px);border-top-left-radius:10px;border-top-right-radius:10px;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-o-transition:transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;overflow:hidden}.modal_touched{-webkit-transition:none!important;-o-transition:none!important;transition:none!important;-webkit-animation:none!important;animation:none!important}}.modal__content{width:100%;overflow-y:auto;overflow-x:hidden;position:relative;-webkit-overflow-scrolling:touch}.modal__content_fullHeight{height:100%;background:#fff}.modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:rgba(0,0,0,.75)}@media only screen and (max-width:576px){.modal__animation-enter{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.modal__animation-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}}@media only screen and (max-width:576px){.modal__backdrop-animation-enter{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:fadeIn;animation-name:fadeIn}.modal__backdrop-animation-leave{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:fadeOut;animation-name:fadeOut}}.modal_floatBottom{position:fixed;top:auto;height:auto}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;-webkit-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;-webkit-box-sizing:border-box;box-sizing:border-box}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}.row{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;-webkit-flex:0 1 auto;flex:0 1 auto;-webkit-box-direction:normal;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row,.row.reverse{-webkit-box-orient:horizontal}.row.reverse{-ms-flex-direction:row-reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse,.row.reverse{-webkit-box-direction:reverse}.col.reverse{-webkit-box-orient:vertical;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-preferred-size:0;-webkit-flex-basis:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.33333333%;-webkit-flex-basis:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;-webkit-flex-basis:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;-webkit-flex-basis:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;-webkit-flex-basis:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;-webkit-flex-basis:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;-webkit-flex-basis:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;-webkit-flex-basis:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;-webkit-flex-basis:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;-webkit-justify-content:space-around;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;-webkit-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}@media only screen and (min-width:48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-preferred-size:0;-webkit-flex-basis:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.33333333%;-webkit-flex-basis:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;-webkit-flex-basis:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;-webkit-flex-basis:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;-webkit-flex-basis:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;-webkit-flex-basis:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;-webkit-flex-basis:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;-webkit-flex-basis:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;-webkit-flex-basis:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;-webkit-justify-content:space-around;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;-webkit-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}}@media only screen and (min-width:64em){.container{width:65rem}.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-offset-0,.col-md-offset-1,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-preferred-size:0;-webkit-flex-basis:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.33333333%;-webkit-flex-basis:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;-webkit-flex-basis:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;-webkit-flex-basis:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;-webkit-flex-basis:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;-webkit-flex-basis:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;-webkit-flex-basis:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;-webkit-flex-basis:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;-webkit-flex-basis:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;-webkit-justify-content:space-around;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;-webkit-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}}@media only screen and (min-width:75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;-webkit-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-preferred-size:0;-webkit-flex-basis:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.33333333%;-webkit-flex-basis:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;-webkit-flex-basis:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;-webkit-flex-basis:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;-webkit-flex-basis:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;-webkit-flex-basis:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;-webkit-flex-basis:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;-webkit-flex-basis:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;-webkit-flex-basis:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;-webkit-justify-content:space-around;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;-webkit-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-order:1;order:1}}.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{padding-right:0;padding-left:0}#nprogress{pointer-events:none}#nprogress .bar{background:#ffdb4d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:3px}@media only screen and (max-width:576px){#nprogress .bar{height:2px}}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;opacity:1;-webkit-transform:rotate(3deg) translateY(-4px);-ms-transform:rotate(3deg) translateY(-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:none;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;-webkit-box-sizing:border-box;box-sizing:border-box;border-color:#29d transparent transparent #29d;border-style:solid;border-width:2px;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:50%;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:opacity .3s;-o-transition:.3s opacity;transition:opacity .3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:top .2s,-webkit-transform .2s;-o-transition:.2s top,.2s -webkit-transform;transition:top .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s top;-webkit-transition:transform .2s,top .2s;transition:transform .2s,top .2s;-webkit-transition:transform .2s,top .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s top,.2s -webkit-transform;transition:transform .2s,top .2s,-webkit-transform .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:left .2s,-webkit-transform .2s;-o-transition:.2s left,.2s -webkit-transform;transition:left .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s left;-webkit-transition:transform .2s,left .2s;transition:transform .2s,left .2s;-webkit-transition:transform .2s,left .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s left,.2s -webkit-transform;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:right .2s,-webkit-transform .2s;-o-transition:.2s right,.2s -webkit-transform;transition:right .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s right;-webkit-transition:transform .2s,right .2s;transition:transform .2s,right .2s;-webkit-transition:transform .2s,right .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s right,.2s -webkit-transform;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}@font-face{font-family:YS Text;font-weight:300;font-style:normal;src:local("YS Text Light");src:url(https://yastatic.net/islands/_/KAob14N5lGXGZGYvb0MGusnBq_c.eot) format("eot"),url(https://yastatic.net/islands/_/uj0FTZ-yCuwgdL03HPzKVfMxXNE.ttf) format("truetype"),url(https://yastatic.net/islands/_/p9QGkWz-vqtayeFDeI6z9Dxffpo.woff) format("woff"),url(https://yastatic.net/islands/_/kxV2-EeUdyizF_lxQ-hrmltgp3c.woff2) format("woff2")}@font-face{font-family:YS Text;font-weight:400;font-style:normal;src:local("YS Text Regular");src:url(https://yastatic.net/islands/_/kprGdbFG193KHZo19HtESsRHncw.eot) format("eot"),url(https://yastatic.net/islands/_/2SFdG32ETUSsR0lGHx7BLic2F44.ttf) format("truetype"),url(https://yastatic.net/islands/_/7RkupUWVEcepjeZPFv1xCDdQFhc.woff) format("woff"),url(https://yastatic.net/islands/_/KRBKbh7904nwfw8-FzDelXRpZ9o.woff2) format("woff2")}@font-face{font-family:YS Text;font-weight:500;font-style:normal;src:local("YS Text Medium");src:url(https://yastatic.net/islands/_/F3BLWopvyUrJfqcehmoD61LBcSQ.eot) format("eot"),url(https://yastatic.net/islands/_/AK3QePfiz0p_XuKDni2fqRLv770.ttf) format("truetype"),url(https://yastatic.net/islands/_/aHTLG2tTlmAJt89PBP6ke1NjNlI.woff) format("woff"),url(https://yastatic.net/islands/_/_Ocpq376VVJdR5aDIq4WkfWF6Gg.woff2) format("woff2")}@font-face{font-family:YS Text;font-weight:700;font-style:normal;src:local("YS Text Bold");src:url(https://yastatic.net/islands/_/nQkNN762Gs6THHewW5rQMIIyfMA.eot) format("eot"),url(https://yastatic.net/islands/_/o9D1OOQkIM1tjIvuGeHuvA0EgWA.ttf) format("truetype"),url(https://yastatic.net/islands/_/6n8FrCwGXwQ5ZumBk1SCxOl2ec8.woff) format("woff"),url(https://yastatic.net/islands/_/TR2STky64Ra69XlYzqKN7cnjYfQ.woff2) format("woff2")}body,html{font-family:YS Text;overflow-x:hidden;min-height:100vh}html{background:#fff}body{padding-bottom:32px}body.custom-scrollbar{--border-radius:6px}body.custom-scrollbar::-webkit-scrollbar,body.custom-scrollbar ::-webkit-scrollbar{width:8px;background-color:#fff}body.custom-scrollbar::-webkit-scrollbar-thumb,body.custom-scrollbar ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.35);border-radius:var(--border-radius)}body.custom-scrollbar::-webkit-scrollbar-track,body.custom-scrollbar ::-webkit-scrollbar-track{background-color:rgba(0,0,0,.175);border-radius:var(--border-radius)}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:rgba(0,0,0,0)}:focus{outline:none}h1{font-size:40px;line-height:50px;font-weight:500;margin-bottom:15px}@media only screen and (max-width:576px){h1{font-size:28px;line-height:1.2;font-weight:600}}.h1-sub{font-size:20px;margin-bottom:15px;color:#919cb5;margin-top:-10px;line-height:1.4}@media only screen and (max-width:576px){.h1-sub{font-size:14px}}h2{font-size:30px;line-height:24px;font-weight:500;margin-bottom:16px}@media only screen and (max-width:576px){h2{font-size:24px;line-height:1.2;margin-bottom:6px;font-weight:600}}a{text-decoration:none;color:#222;cursor:pointer}.small{font-size:20px;margin-bottom:15px;color:#919cb5;line-height:1.4}@media only screen and (max-width:576px){.small{font-size:14px}}.space-between{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.flex-center,.space-between{display:-webkit-flex;display:-ms-flexbox;display:flex}.flex-center{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.text-overflow{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.modal-open,.modal-open-aux{overflow:hidden!important}.error-page{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:calc(100vh - 32px);max-width:576px;margin:0 auto;padding:20px;font-size:22px;color:#919cb5;background:#fff}.std-mb{margin-bottom:48px}@media only screen and (max-width:576px){.std-mb{margin-bottom:32px}}pre{font-family:monospace;background:#581711;padding:10px;overflow-y:auto;color:#fff}strong{font-weight:500}.relative{position:relative}.opacity-active:active{opacity:.6}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100vh,0);transform:translate3d(0,100vh,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100vh,0);transform:translate3d(0,100vh,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes fadeOutDown{to{-webkit-transform:translate3d(0,100vh,0);transform:translate3d(0,100vh,0)}}@keyframes fadeOutDown{to{-webkit-transform:translate3d(0,100vh,0);transform:translate3d(0,100vh,0)}}input[type=search],input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}.body-lock{overflow:hidden}.body-lock,.page-center{top:0;left:0;right:0;bottom:0;position:fixed}.page-center{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{to{opacity:0}0%{opacity:1}}@keyframes fadeOut{to{opacity:0}0%{opacity:1}}.info-popup{position:fixed;top:0;left:0;right:0;padding:10px 15px;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;font-size:13px;z-index:10000;opacity:0}.info-popup_visible{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.info-popup_ERROR{background:#ff6464;color:#fff}.info-popup_INFO{background:#fff3cd;color:#856404}.info-popup_SUCCESS{background:#31ca6e;color:#fff}.SkillCompilation{position:relative;z-index:1}.SkillCompilation__cover{position:relative;height:140px;margin-bottom:32px;overflow:hidden;background-position:50%;background-repeat:no-repeat;background-size:cover}@media only screen and (max-width:576px){.SkillCompilation__cover{height:97px;margin-bottom:24px}}.SkillCompilation__title{width:calc(100% - 40px)}.SkillCompilation__description{margin-bottom:32px;font-size:20px;line-height:23px}@media only screen and (max-width:576px){.SkillCompilation__description{margin-bottom:24px;font-size:16px;line-height:20px}}.SkillCompilation__lazy{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;font-size:22px;color:#919cb5;background:#fff}.SkillCompilation__lazy-content{padding-bottom:32px}.banner_theme_skill{height:232px}@media only screen and (max-width:576px){.banner_theme_skill{height:288px}}.banner_theme_skill .banner__content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-right:12px}.banner_theme_skill .banner__text{width:100%}.banner_theme_skill .banner__children{margin-top:auto}.banner_theme_skill .banner__aux{opacity:1}@media only screen and (max-width:576px){.banner_theme_skill .banner__aux{margin-bottom:4px}}@media only screen and (max-width:576px){.banner_theme_skill .banner__content{padding:20px 12px 16px}}.banner__skill,.banner__skill-text{display:-webkit-flex;display:-ms-flexbox;display:flex}.banner__skill-text{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;color:#fff}.banner__skill-title{margin-top:-2px;line-height:26px;font-size:20px;font-weight:500}@media only screen and (max-width:576px){.banner__skill-title{margin-top:0;line-height:20px;font-size:14px}}.banner__skill-description{line-height:18px;font-size:14px}@media only screen and (max-width:576px){.banner__skill-description{font-size:13px}}.banner__skill .skill-logo{width:40px;height:40px;margin-right:12px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media only screen and (max-width:576px){.banner__skill .skill-logo{width:44px;height:44px;margin-right:10px}}.banner{border-radius:4px 40px 40px 40px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:hidden;cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.15);box-shadow:0 4px 20px rgba(0,0,0,.15);height:100%;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex:1;-ms-flex:1;flex:1}@media only screen and (max-width:576px){.banner{border-radius:4px 30px 30px 30px}}.banner_view_columns{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.banner_view_columns .banner__header{width:60%}.banner_view_columns .banner__content{width:40%}.banner_view_columns .banner__text{padding-right:0;width:100%}.banner_view_default{min-height:257px}@media only screen and (max-width:576px){.banner_view_default{min-height:267px}}.banner_view_default .banner__text{min-height:94px;max-width:80%}@media only screen and (max-width:576px){.banner_view_default .banner__text{min-height:56px}}.banner__header{color:inherit}.banner__content{width:100%;line-height:1.2}.banner__aux{font-size:14px;line-height:18px;color:inherit;margin-bottom:8px;padding-top:24px;padding-left:24px;padding-right:24px}@media only screen and (max-width:576px){.banner__aux{padding-left:12px;padding-right:12px;padding-top:20px;margin-bottom:4px}}.banner__text{font-size:40px;line-height:47px;font-weight:500;color:inherit;padding-left:24px;padding-right:24px;margin-bottom:24px}@media only screen and (max-width:576px){.banner__text{padding-left:12px;padding-right:12px;width:100%;font-size:24px;line-height:28px;margin-bottom:20px}}.banner__wrapper{border-radius:4px 40px 40px 40px}@media only screen and (max-width:576px){.banner__wrapper{border-radius:4px 30px 30px 30px}}.banner_theme_light{color:#222}.banner_theme_light .banner__aux{color:rgba(34,34,34,.5)}.banner_theme_dark{color:#fff}.banner__image{height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.banner__image img{width:100%}.banner__skill-info{padding:0 24px 16px}@media only screen and (max-width:576px){.banner__skill-info{padding:0 12px 12px}}.banner__skill-link{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;min-height:248px}@media only screen and (max-width:576px){.banner__skill-link{min-height:267px}}.skill-logos{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:92px;-webkit-transform:translate(-24px);-ms-transform:translate(-24px);transform:translate(-24px);width:calc(100% + 100px)}@media only screen and (max-width:576px){.skill-logos{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:652px;height:154px;-webkit-transform:translate(-40px);-ms-transform:translate(-40px);transform:translate(-40px)}}.skill-logos__logo{width:130px;height:130px;margin:0 40px 40px 0;border-radius:50%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.skill-logos__logo:nth-child(7){margin-left:52px}@media only screen and (max-width:576px){.skill-logos__logo{width:80px;height:80px;margin:0 24px 24px 0}}.skill-tiles{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;height:100%;width:100%}.skill-tiles__wrapper{height:76px}@media only screen and (max-width:576px){.skill-tiles__wrapper{height:152px}}@media only screen and (max-width:576px){.skill-tiles{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.skill-tiles__tile{max-width:172px;width:25%;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media only screen and (max-width:576px){.skill-tiles__tile{width:25%;height:50%}}.skill-tiles__tile .skill-tiles__tile{width:50%}.skill-tiles__tile .skill-tiles__tile .skill-tiles__logo{max-width:22px}.skill-tiles__logo{width:50%;padding-bottom:50%;margin-bottom:-50%;max-width:44px}.responsiveBg__wrapper{position:absolute;top:0;bottom:0;left:0;overflow:hidden;right:0}.responsiveBg__simpleBg{background-repeat:no-repeat;background-size:cover}.responsiveBg__simpleBg_center{background-position:50%}.responsiveBg__simpleBg_topLeft{background-position:0 0}.responsiveBg__simpleBg_topRight{background-position:100% 0}.responsiveBg__simpleBg_bottomLeft,.responsiveBg__simpleBg_bottomRight{background-position:0 100%}.responsiveBg__imgBg{-o-object-fit:cover;object-fit:cover;position:absolute;min-width:100%;min-height:100%;width:100%;height:auto}.responsiveBg__imgBg_center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.responsiveBg__imgBg_topLeft{top:0;left:0}.responsiveBg__imgBg_topRight{top:0;right:0}.responsiveBg__imgBg_bottomLeft{bottom:0;left:0}.responsiveBg__imgBg_bottomRight{bottom:0;right:0}.responsiveBg__content{position:absolute;top:0;bottom:0;right:0;left:0}.FavouriteSkill{position:relative;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;border-radius:8px;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.15);box-shadow:0 4px 16px rgba(0,0,0,.15);width:170px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.FavouriteSkill__content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%}.FavouriteSkill__title{position:relative;max-width:74px;font-size:14px;line-height:18px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.FavouriteSkill__logo{margin-right:8px;height:40px;width:40px}.FavouriteSkill__wrapper{padding:8px}.FavouriteSkill__bookmark{padding:16px;font-size:0}.FavouriteSkill__link{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.FavouriteSkills{margin:0 -16px;max-height:150px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;overflow:hidden}.FavouriteSkills__header{margin-left:16px}.FavouriteSkills_empty{max-height:0}.FavouriteSkills__scroll{display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:5px}.FavouriteSkills .swipe-button{top:36px}.FavouriteSkills .swipe-button_direction_next{right:0}.FavouriteSkills .swiper-container{position:relative;width:100%;padding:8px 16px 24px}.FavouriteSkills .swiper-container:after,.FavouriteSkills .swiper-container:before{z-index:2;content:"";position:absolute;top:0;bottom:0;width:20px}.FavouriteSkills .swiper-container:before{left:0;background-image:-webkit-gradient(linear,left top,right top,from(#fff),to(hsla(0,0%,100%,0)));background-image:-webkit-linear-gradient(left,#fff,hsla(0,0%,100%,0));background-image:-o-linear-gradient(left,#fff,hsla(0,0%,100%,0));background-image:linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.FavouriteSkills .swiper-container:after{right:0;background-image:-webkit-gradient(linear,right top,left top,from(#fff),to(hsla(0,0%,100%,0)));background-image:-webkit-linear-gradient(right,#fff,hsla(0,0%,100%,0));background-image:-o-linear-gradient(right,#fff,hsla(0,0%,100%,0));background-image:linear-gradient(270deg,#fff,hsla(0,0%,100%,0))}.FavouriteSkills .swiper-slide{width:170px}.FavouriteSkills .swiper-slide:not(:last-child){margin-right:4px}.essentials-swipe-button{display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:100%;z-index:1;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#fff;-webkit-box-shadow:0 0 12px rgba(0,0,0,.15);box-shadow:0 0 12px rgba(0,0,0,.15);border-radius:60px;cursor:pointer}.essentials-swipe-button_direction_prev{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.essentials-swipe-button_direction_next{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.essentials-swipe-button__arrow{display:inline-block;width:8px;height:8px;background:transparent;text-indent:-9999px;border-top:2px solid #919cb5;border-left:2px solid #919cb5;color:transparent}.essentials-swipe-button__arrow:before{display:block;height:200%;width:200%;margin-left:-50%;margin-top:-50%;content:"";-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.OnboardingBubble{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:10px 16px 10px 10px;height:43px;border-radius:4px 30px 30px 24px;background:#6839cf;color:#fff;font-size:20px;line-height:24px}@media only screen and (max-width:560px){.OnboardingBubble{height:10vw;padding:1.66vw 4.44vw 1.66vw 1.66vw;border-radius:2px 20px 20px 16px;font-size:.57em;line-height:normal}}.OnboardingBubble__icon{width:23px;height:23px;margin-right:10px}@media only screen and (max-width:560px){.OnboardingBubble__icon{width:6.66vw;height:6.66vw;margin-right:1.66vw}}.OnboardingBubble_theme_active{-webkit-box-shadow:0 10px 23px rgba(104,57,207,.7);box-shadow:0 10px 23px rgba(104,57,207,.7);-webkit-transform:scale(1.5) translate(1.5em);-ms-transform:scale(1.5) translate(1.5em);transform:scale(1.5) translate(1.5em)}.OnboardingBubble_theme_inactive{opacity:.43}.OnboardingCard{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;padding:24px 24px 0;overflow:hidden;border-radius:10px;background:#fff;-webkit-box-shadow:0 2px 24px hsla(0,0%,55.3%,.27);box-shadow:0 2px 24px hsla(0,0%,55.3%,.27)}@media only screen and (max-width:560px){.OnboardingCard{padding:6.66vw}}@media only screen and (max-width:359px){.OnboardingCard{padding:16px}}.OnboardingCard__header{line-height:normal;font-size:30px;font-weight:700}@media only screen and (max-width:560px){.OnboardingCard__header{font-size:.857em}}.OnboardingCard__header_short{width:80%}.OnboardingCategory{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px;padding:0 12px;border:1px solid #c3cad9;border-radius:100px;color:#919cb5;font-size:14px;line-height:1.145}@media only screen and (max-width:560px){.OnboardingCategory{height:8.88vw;padding:0 3.33vw;font-size:.5em}}@media only screen and (max-width:359px){.OnboardingCategory{line-height:15px}}.OnboardingCategory:not(:last-child){margin-right:14px}@media only screen and (max-width:560px){.OnboardingCategory:not(:last-child){margin-right:2.22vw}}.OnboardingCategory_active{border:none;margin-left:10px;margin-right:24px!important;font-weight:400;background:#6839cf;color:#fff;-webkit-box-shadow:0 10px 42px rgba(104,57,207,.7);box-shadow:0 10px 42px rgba(104,57,207,.7);-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}@media only screen and (max-width:560px){.OnboardingCategory_active{-webkit-transform:scale(1.8);-ms-transform:scale(1.8);transform:scale(1.8)}}.OnboardingCategory__row{display:-webkit-flex;display:-ms-flexbox;display:flex}.OnboardingCategory__row:not(:last-child){margin-bottom:12px}@media only screen and (max-width:560px){.OnboardingCategory__row:not(:last-child){margin-bottom:2.22vw}}.Onboarding{position:absolute;left:50%;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:11;width:460px;height:700px;margin:0 auto;overflow-x:hidden;background-color:#fff;background-size:100% 318px;background-image:-webkit-gradient(linear,left top,left bottom,from(#6839cf),to(#6839cf));background-image:-webkit-linear-gradient(#6839cf,#6839cf);background-image:-o-linear-gradient(#6839cf,#6839cf);background-image:linear-gradient(#6839cf,#6839cf);background-repeat:no-repeat;border-radius:10px}@media only screen and (min-height:700px){.Onboarding{-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%}}@media only screen and (max-width:560px){.Onboarding{top:0;left:0;right:0;bottom:0;-webkit-transform:none;-ms-transform:none;transform:none;width:100%;height:100%;border-radius:0;background-size:100% 72.2vw;font-size:7.77vw}}@media only screen and (max-width:359px){.Onboarding{font-size:22.4px}}.Onboarding__content{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;padding:24px 24px 40px}@media only screen and (max-width:560px){.Onboarding__content{padding:6.66vw 6.66vw 4.44vw}}@media only screen and (max-width:359px){.Onboarding__content{padding:16px}}.Onboarding__header{margin-bottom:8px;color:#fff}@media only screen and (max-width:560px){.Onboarding__header{font-size:inherit}}.Onboarding__paragraph{margin-bottom:39px;font-size:16px;line-height:18px;color:#fff;opacity:.5}@media only screen and (max-width:560px){.Onboarding__paragraph{margin-bottom:30px;font-size:.5em}}.Onboarding__overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10;background:rgba(0,0,0,.8)}.Onboarding__pagination-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;margin-top:auto;padding-top:32px;font-size:0}@media only screen and (max-width:560px){.Onboarding__pagination-container{padding-top:4.44vw}}.Onboarding__buttons{position:relative}.Onboarding__pagination{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.Onboarding__pagination .swiper-pagination-bullet{width:8px;height:8px;border-radius:50%;background:#919cb5;opacity:.3}.Onboarding__pagination .swiper-pagination-bullet:not(:last-child){margin-right:12px}.Onboarding__pagination .swiper-pagination-bullet-active{background:#7c50fa;opacity:1}.Onboarding__swipe{position:absolute;width:44px;height:44px;bottom:-36px;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.Onboarding__swipe_dir_prev{left:110px}@media only screen and (max-width:560px){.Onboarding__swipe_dir_prev{left:-3.33vw}}.Onboarding__swipe_dir_next{right:110px}@media only screen and (max-width:560px){.Onboarding__swipe_dir_next{right:-3.33vw}}.Onboarding__swipe.swiper-button-disabled{display:none}@media only screen and (max-width:560px){.Onboarding__swipe{position:absolute;top:50%;bottom:unset;z-index:13;width:12.2vw;height:12.2vw;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}.Onboarding__skill-icon{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:74px;height:74px;border-radius:50%}@media only screen and (max-width:560px){.Onboarding__skill-icon{width:17.7vw;height:17.7vw}}.Onboarding__skill-icon:not(:last-child){margin-right:22px}.Onboarding__skill-icon_active{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);-webkit-box-shadow:0 11px 55px rgba(104,57,207,.7);box-shadow:0 11px 55px rgba(104,57,207,.7)}.Onboarding__skill-icon_inactive{opacity:.5}.Onboarding__index-link{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:70px;width:100%;font-size:30px;border-radius:70px;background:#6839cf;-webkit-box-shadow:0 10px 42px rgba(104,57,207,.7);box-shadow:0 10px 42px rgba(104,57,207,.7);color:#fff;cursor:pointer}@media only screen and (max-width:560px){.Onboarding__index-link{height:14.72vw;font-size:.79em}}.Onboarding__decorated-text{color:#6839cf}.Onboarding__slider{-webkit-flex:1;-ms-flex:1;flex:1;position:relative}.Onboarding__slides{position:absolute;top:0;left:0}.Onboarding__categories{-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-direction:column;-ms-flex-direction:column;-ms-flex-pack:center;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.Onboarding__categories,.Onboarding__dialog-links{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center}.Onboarding__dialog-links{-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;margin-left:14px;pointer-events:none;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.Onboarding__skill-icons{display:-webkit-flex;display:-ms-flexbox;display:flex;min-width:100%}.Onboarding__index-link-wrapper,.Onboarding__skill-icons-wrapper{-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.Onboarding__index-link-wrapper{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.Onboarding__wrapper{z-index:11;position:absolute;top:0;bottom:0;left:0;right:0;overflow:auto}.main-page .swiper-pagination-bullets{bottom:-20px}.main-page .swiper-pagination-bullet-active{background:#6839cf}.main-page .swiper-container{overflow:visible}.main-page .swiper-container:not(.swiper-container-initialized) .swiper-slide{margin-right:64px}.main-page .swipe-button_direction_next{right:-12px}.main-page .swipe-button_direction_prev{left:-12px}.smart-home-example{height:100%}.smart-home-example__heading{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:14px}.smart-home-example__title{font-size:20px;line-height:26px;font-weight:700;margin-bottom:0}@media only screen and (max-width:576px){.smart-home-example__title{font-size:16px;line-height:20px}}.smart-home-example__icon{width:48px;height:48px;margin-right:12px}@media only screen and (max-width:576px){.smart-home-example__icon{width:32px;height:32px;margin-right:8px}}.smart-home-example__commands{color:#919cb5;font-size:20px;line-height:30px}@media only screen and (max-width:576px){.smart-home-example__commands{font-size:16px;line-height:27px}}.smart-home-example__command{display:-webkit-flex;display:-ms-flexbox;display:flex}.smart-home-example__command-prefix{margin-right:5px}.SimpleSnackbar{position:fixed;z-index:9999;bottom:20px;left:50%;padding:15px 16px;min-width:288px;width:calc(100vw - 16px);max-width:400px;font-weight:500;font-size:14px;line-height:18px;color:#fff;-webkit-box-shadow:0 8px 30px rgba(0,0,0,.15);box-shadow:0 8px 30px rgba(0,0,0,.15);border-radius:12px;cursor:pointer;opacity:1;-webkit-transition:opacity .4s;-o-transition:.4s opacity;transition:opacity .4s;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}@media only screen and (max-width:576px){.SimpleSnackbar{bottom:12px}}.SimpleSnackbar_theme_success{background-color:#62c95b}.SimpleSnackbar_hidden{opacity:0}.GalleryPage{position:absolute;top:0;right:0;left:0;bottom:0;background-color:#000}.GalleryPage__item{height:100%;min-width:50%;width:100%;padding:0 1%}.GalleryPage__overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;z-index:9999;background:#000}.GalleryPage .lazy-swiper,.GalleryPage .swiper-container{height:100%}.GalleryPage .swiper-container{padding:20px 0}.GalleryPage .swiper-pagination{position:absolute;bottom:unset;top:10px;left:10px;width:auto;color:#ccc;font-size:11px}