@charset "UTF-8";@import"https://fonts.googleapis.com/css?family=Manrope:regular,500,600,700,800&display=swap";@import"https://fonts.googleapis.com/css?family=DM+Sans:regular,500,700&display=swap";/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:before,.cropper-center:after{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width: 768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width: 992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width: 1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}:root{--ss-primary-color: #5897fb;--ss-bg-color: #ffffff;--ss-font-color: #4d4d4d;--ss-font-placeholder-color: #8d8d8d;--ss-disabled-color: #dcdee2;--ss-border-color: #dcdee2;--ss-highlight-color: #fffb8c;--ss-success-color: #00b755;--ss-error-color: #dc3545;--ss-focus-color: #5897fb;--ss-main-height: 30px;--ss-content-height: 300px;--ss-spacing-l: 7px;--ss-spacing-m: 5px;--ss-spacing-s: 3px;--ss-animation-timing: .2s;--ss-border-radius: 4px}@keyframes ss-valueIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes ss-valueOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.ss-hide{display:none!important}.ss-main{display:flex;flex-direction:row;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--ss-font-color);min-height:var(--ss-main-height);width:100%;padding:var(--ss-spacing-s);cursor:pointer;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;box-sizing:border-box;transition:background-color var(--ss-animation-timing);overflow:hidden}.ss-main:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-main.ss-disabled{background-color:var(--ss-disabled-color);cursor:not-allowed}.ss-main.ss-disabled .ss-values .ss-disabled{color:var(--ss-font-color)}.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-values{display:inline-flex;flex-wrap:wrap;gap:var(--ss-spacing-m);flex:1 1 100%}.ss-main .ss-values .ss-placeholder{display:flex;padding:var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);margin:auto 0;line-height:1em;align-items:center;width:100%;color:var(--ss-font-placeholder-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-values .ss-max{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;width:-moz-fit-content;width:fit-content;font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m);background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius)}.ss-main .ss-values .ss-single{display:flex;margin:auto 0px auto var(--ss-spacing-s)}.ss-main .ss-values .ss-value{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;width:-moz-fit-content;width:fit-content;background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius);animation-name:ss-valueIn;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-values .ss-value.ss-value-out{animation-name:ss-valueOut;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out}.ss-main .ss-values .ss-value .ss-value-text{font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m)}.ss-main .ss-values .ss-value .ss-value-delete{display:flex;align-items:center;height:var(--ss-spacing-l);width:var(--ss-spacing-l);padding:var(--ss-spacing-s) var(--ss-spacing-m);cursor:pointer;border-left:solid 1px var(--ss-bg-color);box-sizing:content-box}.ss-main .ss-values .ss-value .ss-value-delete svg{height:var(--ss-spacing-l);width:var(--ss-spacing-l)}.ss-main .ss-values .ss-value .ss-value-delete svg path{fill:none;stroke:var(--ss-bg-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-deselect{flex:0 1 auto;display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;height:auto;padding:0 var(--ss-spacing-m) 0 var(--ss-spacing-m)}.ss-main .ss-deselect svg{width:8px;height:8px}.ss-main .ss-deselect svg path{fill:none;stroke:var(--ss-font-color);stroke-width:20;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-arrow{flex:0 1 auto;display:flex;align-items:center;justify-content:flex-end;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-main .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content{position:absolute;display:flex;height:auto;flex-direction:column;width:auto;max-height:var(--ss-content-height);box-sizing:border-box;border:solid 1px var(--ss-border-color);background-color:var(--ss-bg-color);transition:transform var(--ss-animation-timing),opacity var(--ss-animation-timing);opacity:0;transform:scaleY(0);transform-origin:center top;overflow:hidden;z-index:10000}.ss-content.ss-relative{position:relative;height:100%}.ss-content.ss-fixed{position:fixed}.ss-content.ss-open-above{flex-direction:column-reverse;opacity:1;transform:scaleY(1);transform-origin:center bottom;border-top-left-radius:var(--ss-border-radius);border-top-right-radius:var(--ss-border-radius)}.ss-content.ss-open-below{opacity:1;transform:scaleY(1);transform-origin:center top;border-bottom-left-radius:var(--ss-border-radius);border-bottom-right-radius:var(--ss-border-radius)}.ss-content .ss-search{flex:0 1 auto;display:flex;flex-direction:row;padding:var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0px;padding:var(--ss-spacing-m) var(--ss-spacing-l);margin:0;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;text-align:left;box-sizing:border-box}.ss-content .ss-search input::-moz-placeholder{color:var(--ss-font-placeholder-color);vertical-align:middle}.ss-content .ss-search input::placeholder{color:var(--ss-font-placeholder-color);vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;flex:0 0 auto;height:auto;margin:0 0 0 var(--ss-spacing-m);border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius)}.ss-content .ss-search .ss-addable svg{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-content .ss-search .ss-addable svg path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list{flex:1 1 auto;height:auto;overflow-x:hidden;overflow-y:auto}.ss-content .ss-list .ss-error{color:var(--ss-error-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-searching{color:var(--ss-font-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup.ss-close .ss-option{display:none!important}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text{flex:1 1 auto;font-weight:700;color:var(--ss-font-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow){cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions{flex:0 1 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--ss-spacing-m)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall{flex:0 0 auto;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover{opacity:.5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path{stroke:var(--ss-error-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span{flex:0 1 auto;display:flex;align-items:center;justify-content:center;font-size:60%;text-align:center;padding:0 var(--ss-spacing-s) 0 0}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg{flex:0 1 auto;width:13px;height:13px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path{fill:none;stroke:var(--ss-success-color);stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child{stroke-width:5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child{stroke-width:11}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable{flex:0 1 auto;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow{flex:1 1 auto;width:10px;height:10px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content .ss-list .ss-optgroup .ss-option{padding:var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l)*3)}.ss-content .ss-list .ss-option{display:block;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);white-space:normal;color:var(--ss-font-color);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ss-content .ss-list .ss-option:hover{color:var(--ss-bg-color);background-color:var(--ss-primary-color)}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{color:var(--ss-bg-color);background-color:var(--ss-primary-color)}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;background-color:var(--ss-disabled-color)}.ss-content .ss-list .ss-option.ss-disabled:hover{color:var(--ss-font-color)}.ss-content .ss-list .ss-option .ss-search-highlight{display:inline-block;background-color:var(--ss-highlight-color)}*{padding:0;margin:0;border:0px}*,*:before,*:after{box-sizing:border-box}*:before,*:after{display:inline-block}html,body{height:100%;min-width:320px}body{color:#191919;line-height:1;font-family:Manrope;font-size:1rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,button,textarea{font-family:Manrope;font-size:inherit;line-height:inherit;color:inherit;background-color:transparent}input,textarea{width:100%}label{display:inline-block}button,select,option{cursor:pointer}a{display:inline-block;color:inherit;text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}body{line-height:1.3}.lock body{overflow:hidden;touch-action:none;overscroll-behavior:none}.wrapper{min-height:100%;display:flex;flex-direction:column;overflow:hidden}@supports (overflow: clip){.wrapper{overflow:clip}}.wrapper>main{flex:1 1 auto}.wrapper>*{min-width:0}[class*=__container]{max-width:84rem;margin:0 auto;padding:0 1rem}.button{display:inline-flex;padding:.5rem .625rem .5rem .875rem;gap:.5rem;align-items:center;justify-content:center;background-color:#001aea;color:#fff;border-radius:70px;font-weight:700;line-height:1;transition:color .3s,background-color .3s,border-color .3s}.button:disabled{transition:none;pointer-events:none;cursor:default;opacity:.6}.button:disabled__icon{transition:none}@media (any-hover: hover){.button:disabled:hover{background-color:#001aea;color:#fff}.button:disabled:hover .button__icon{transform:none}}.button__icon{width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center;border-radius:50%;flex:0 0 auto;background-color:#fff;color:#001aea;transition:transform .3s}@media (any-hover: hover){.button:hover .button__icon{transform:translate(3px)}}.button--fw{width:100%}.button--yellow{background-color:#ffc52a}.button--yellow .button__icon{color:#ffc52a}@media (any-hover: hover){.button--yellow:hover{background-color:#fac01f}}.button--green{background-color:#13b678;padding:.625rem 1rem}@media (any-hover: hover){.button--green:hover{background-color:#12a56d}}.button--black{background-color:#191919}.button--black .button__icon{color:#191919}@media (any-hover: hover){.button--black:hover{background-color:#242424}}.button--white{background-color:#fff;color:#001aea}.button--white .button__icon{background-color:#001aea;color:#fff}.button--light{background-color:#1877f2;font-weight:800}@media (any-hover: hover){.button--light:hover{background-color:#116ee8}}.button--light .button__icon{color:#116ee8}.button--semi-light{background-color:#0063fb;font-weight:800}@media (any-hover: hover){.button--semi-light:hover{background-color:#116ee8}}.button--semi-light .button__icon{color:#0063fb}.button--grey{background-color:transparent;border:1px solid #efefef;color:#606060;font-weight:800}@media (any-hover: hover){.button--grey:hover{color:#0063fb;border-color:#0063fb}}.button--outline{background-color:transparent;border:1px solid #001aea;color:#001aea}@media (any-hover: hover){.button--outline:hover{background-color:#f4f9ff}}.button--plain{background-color:transparent;color:#191919;border:1px solid transparent;padding:.5rem .625rem}@media (any-hover: hover){.button--plain:hover{border-color:#191919}.button--plain:hover.button--black{background-color:#191919;color:#fff}}.button--white-outline{background-color:#fff;border:1px solid #001aea;color:#001aea;font-weight:500}@media (any-hover: hover){.button--white-outline:hover{background-color:#f4f9ff}}.button--black-outline{background-color:#fff;border:1px solid #191919;color:#191919;font-weight:500}.button--black-outline .button__icon{background:#191919;color:#fff}@media (any-hover: hover){.button--black-outline:hover{background-color:#191919;color:#fff}.button--black-outline:hover .button__icon{transform:translate(0)}}.button--grey-filled{background-color:#999;padding:.5rem .875rem .5rem .625rem}.button--grey-filled .button__icon{color:#999}@media (any-hover: hover){.button--grey-filled:hover .button__icon{transform:translate(-3px)}}.resume-button{background-color:#fff;color:#191919;padding:.5rem 1rem .5rem .625rem}.resume-button .button__icon{background-color:#191919;color:#fff}@media (any-hover: hover){.resume-button:hover{background-color:#191919;color:#fff}.resume-button:hover .button__icon{transform:translate(0)}}.account-button{display:flex;align-items:center;padding:1rem;border-radius:4.375rem;background-color:#efefef;gap:1.5rem;transition:background-color .3s}@media (any-hover: hover){.account-button:hover{background-color:#4097f6}.account-button:hover .account-button__label{color:#fff}}.account-button__icon{width:4rem;height:4rem;border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center;flex:0 0 auto}.account-button__label{font-size:1.25rem;font-weight:800;transition:color .3s}input[type=text],input[type=email],input[type=tel],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}.input-wrapper,.input-wrapper-password{position:relative;flex:1 1 auto}.input-wrapper-password input{padding-right:40px}.input-toggle-password{width:25px;height:25px;background-size:cover;background-repeat:no-repeat;position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer}.input-toggle-password svg[data-name=hide]{display:none}.input-toggle-password.show-password svg[data-name=eye]{display:none}.input-toggle-password.show-password svg[data-name=hide]{display:block}.input-icon-calendar{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;pointer-events:none;cursor:pointer;color:#a6a6a6}.input{border-radius:40px!important;display:block;padding:0 1rem;border:1px solid #efefef;background-color:#fff;caret-color:inherit;height:2.5rem;font-weight:500}.input::-moz-placeholder{color:#606060;font-weight:500}.input::placeholder{color:#606060;font-weight:500}.input:required::-moz-placeholder{opacity:0}.input:required::placeholder{opacity:0}.input:not(:-moz-placeholder-shown){background-color:#f8f8f8;color:#001aea}.input:not(:placeholder-shown){background-color:#f8f8f8;color:#001aea}.input:not(:-moz-placeholder-shown)+.input-placeholder{opacity:0}.input:not(:placeholder-shown)+.input-placeholder{opacity:0}.input:is(:-webkit-autofill)+.input-placeholder{opacity:0}.input:is(:-webkit-autofill,:autofill)+.input-placeholder{opacity:0}.input:disabled{background-color:#f8f8f8;color:#001aea}.input--transparent{background-color:transparent}.input--blue-text{color:#001aea}.heavy-input{position:relative;margin-bottom:.5rem}.heavy-input__input{padding-right:3.125rem}.heavy-input__remove{position:absolute;top:50%;transform:translateY(-50%);right:1rem;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder{-moz-transition:opacity .3s;transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden])::placeholder{transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-placeholder{opacity:0}.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder{opacity:0}.input-placeholder{position:absolute;top:50%;transform:translateY(-50%);left:1rem;max-width:calc(100% - 1rem);overflow:hidden;display:flex;gap:.5rem;pointer-events:none;color:#606060;font-weight:500}.input-placeholder-required{color:#f9542e}.tel-input{display:flex;gap:.5rem;padding:0 1rem;border:1px solid #efefef;background-color:#fff;border-radius:40px;min-height:2.5rem}.tel-input .input-placeholder{left:0}.search-banner__form .tel-input{background-color:transparent;border:none;border-radius:0;gap:0}@media (max-width: 70.74875em){.search-banner__form .tel-input{background-color:#272727;border-color:#606060;border-radius:40px;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.5)}.search-banner__form .tel-input:has(input:focus){border-color:#ffc52a}}.tel-input__select{font-weight:500;color:#606060}.search-banner__form .tel-input__select{background-color:transparent;border:none;border-radius:0;font-size:1.25rem;color:#fff}.tel-input__input{height:100%;outline:none}.tel-input__input:required::-moz-placeholder{opacity:0}.tel-input__input:required::placeholder{opacity:0}.tel-input__input:not(:-moz-placeholder-shown)+.input-placeholder{opacity:0}.tel-input__input:not(:placeholder-shown)+.input-placeholder{opacity:0}.tel-input__input:disabled{background-color:#f8f8f8;color:#001aea}.search-banner__form .tel-input__input{padding-left:1rem}@media (max-width: 70.74875em){.search-banner__form .tel-input__input{margin-bottom:0;background-color:transparent!important;border:none}}.code-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}@media (max-width: 47.99875em){.code-wrapper{gap:.375rem}}.code-inputs{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;max-width:14.5rem}@media (max-width: 47.99875em){.code-inputs{gap:.375rem}}.code-input{width:100%;height:6.5rem;padding:.5rem 1rem;display:flex;justify-content:center;align-items:center;border:1px solid #efefef;background-color:#fff;border-radius:1rem;text-align:center}.code-input:focus::-moz-placeholder{opacity:0}.code-input:focus::placeholder{opacity:0}.input-with-clear-button{display:flex;align-items:center;gap:.5rem}.input-with-clear-button__button{flex:0 0 auto}.input-with-clear-button .tel-input{flex:1 1 auto}.textarea{resize:none;padding:1rem;border-radius:8px;border:1px solid #efefef;background-color:#fff;font-weight:500}.textarea:not(:-moz-placeholder-shown){background-color:#f8f8f8;color:#001aea}.textarea:not(:placeholder-shown){background-color:#f8f8f8;color:#001aea}.file-upload{padding:1.25rem;max-width:40.5rem;height:14rem;display:flex;flex-direction:column;align-items:center;border:1px dashed #b1bfd0;border-radius:9px;position:relative;text-align:center;overflow:hidden}.file-upload__content{display:flex;flex-direction:column;text-align:center;justify-content:center;width:100%;-o-object-fit:contain;object-fit:contain;height:100vh}.file-upload__placeholder{width:3.125rem;height:3.125rem;border-radius:50%;background-color:#fff9e9;display:flex;justify-content:center;align-items:center;align-self:center;margin-bottom:1.5rem}.file-upload__title{font-weight:700;margin-bottom:.25rem}.file-upload__sub-title{color:#606060;font-size:.6875rem;font-weight:700}.file-upload__title-accept{font-size:.625rem;font-weight:700;color:#969db2;line-height:1.8}.file-upload__result{margin-top:.125rem;font-size:.875rem;font-weight:500}.file-upload__result-value{font-weight:700}.file-upload__input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.custom-select{position:relative}.custom-select.opened{z-index:20}.custom-select-trigger{padding:.5rem 1rem;display:flex;justify-content:space-between;width:13.125rem;align-items:center;gap:.5rem;border-radius:40px;border:1px solid #efefef;background-color:#fff;transition:border-color .3s,color .3s;font-weight:500;color:#606060;cursor:pointer}@media (any-hover: hover){.custom-select-trigger:hover{border-color:#999;color:#001aea}}.opened .custom-select-trigger{border-color:#999;color:#001aea}.custom-select-trigger:after{content:"";width:.625rem;height:.375rem;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTAgNiIgZmlsbD0ibm9uZSI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDkgMSIgc3Ryb2tlPSIjMTkxOTE5IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==) center center/contain no-repeat}.custom-options{position:absolute;top:100%;right:0;padding:.5rem;border-radius:16px;border:1px solid #efefef;background-color:#fff;box-shadow:6px 10px 20px #0000000a;display:flex;flex-direction:column;gap:.5rem;transition:transform .3s,visibility .3s,opacity .3s;opacity:0;transform:translate(10px);visibility:hidden}.opened .custom-options{opacity:1;transform:translate(0);visibility:visible}.custom-option{border-radius:40px;padding:.5rem 1rem;transition:color .3s,border-color .3s;font-weight:500;display:block;cursor:pointer}@media (any-hover: hover){.custom-option:hover{color:#001aea;background-color:#e5f1fe}}.custom-option.selection{color:#001aea;background-color:#e5f1fe}.checkbox{position:relative}.checkbox:not(:last-child){margin-bottom:1.25rem}.checkbox__input{position:absolute;width:0;height:0;opacity:0}.checkbox__input:focus-visible+.checkbox__label:before{outline:1px solid #ffc52a;border-radius:4px}.checkbox__input:checked+.checkbox__label:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTE5IDNINUMzLjg5NTQzIDMgMyAzLjg5NTQzIDMgNVYxOUMzIDIwLjEwNDYgMy44OTU0MyAyMSA1IDIxSDE5QzIwLjEwNDYgMjEgMjEgMjAuMTA0NiAyMSAxOVY1QzIxIDMuODk1NDMgMjAuMTA0NiAzIDE5IDNaIiBmaWxsPSIjRkZDNTJBIiBzdHJva2U9IiNGRkM1MkEiIHN0cm9rZS13aWR0aD0iMS40IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE2IDlMMTAuNSAxNUw4IDEyLjI3MjciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS40IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+) center center/contain no-repeat}.checkbox__label{cursor:pointer;display:inline-flex;position:relative;gap:.375rem;font-weight:700}.checkbox__label:before{content:"";align-self:flex-start;flex:0 0 1.5rem;width:24px;height:24px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTE5IDNINUMzLjg5NTQzIDMgMyAzLjg5NTQzIDMgNVYxOUMzIDIwLjEwNDYgMy44OTU0MyAyMSA1IDIxSDE5QzIwLjEwNDYgMjEgMjEgMjAuMTA0NiAyMSAxOVY1QzIxIDMuODk1NDMgMjAuMTA0NiAzIDE5IDNaIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==) center center/contain no-repeat}.checkbox__text{align-self:center}.checkbox--green .checkbox__text{color:#13b678}.checkbox--red .checkbox__text{color:#b61313}.checkbox-toggle{position:relative;display:inline-block;width:80px;height:40px}.checkbox-toggle input{opacity:0;width:0;height:0}.checkbox-toggle input:checked+.checkbox-toggle__slider{background-color:#ffc52a}.checkbox-toggle input:focus+.checkbox-toggle__slider{box-shadow:0 0 1px #ffc52a}.checkbox-toggle input:checked+.checkbox-toggle__slider:before{transform:translate(44px)}.checkbox-toggle__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:34px}.checkbox-toggle__slider:before{border-radius:2.5rem;position:absolute;content:"";height:24px;width:24px;left:6px;bottom:7.9px;background-color:#fff;transition:.4s}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;touch-action:none;-moz-user-select:none;user-select:none;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:3px}.noUi-horizontal .noUi-handle{right:-17px;width:1rem;height:1rem}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#efefef;border-radius:30px}.noUi-connects{border-radius:3px}.noUi-connect{background:#ffc52a}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border-radius:50%;background:#ffc52a;cursor:default;transform:translate(-50%,-50%);top:1px}[disabled] .noUi-connect{background:#b8b8b8}[disabled].noUi-target,[disabled].noUi-handle,[disabled] .noUi-handle{cursor:not-allowed}.noUi-pips,.noUi-pips *{box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-sub,.noUi-marker-large{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{transform:translateY(-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{transform:translateY(50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-handle-upper .noUi-tooltip{transform:translate(-100%)!important}.noUi-tooltip{display:block;position:absolute;color:#181823;font-weight:700;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{transform:translate(-50%);left:50%;top:120%}.noUi-vertical .noUi-tooltip{transform:translateY(-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{transform:translate(50%);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{transform:translateY(-18px);top:auto;right:28px}.noUi-values{display:flex;justify-content:space-between;color:#181823;font-weight:700;line-height:20px;text-align:center;margin-top:.75rem}.options{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem}.options__item{position:relative;cursor:pointer}.options__input{width:0;height:0;opacity:0;position:absolute}.options__input:focus-visible+.options__label:before{box-shadow:0 0 5px #000}.options__input:checked+.options__label:before{border-color:#ffc52a;border-width:3px}.options__input:checked+.options__label:after{transform:scale(1)}.options__label{display:inline-flex;align-items:center;cursor:pointer;gap:.375rem;font-weight:700}.options__label:before{content:"";align-self:flex-start;width:20px;height:20px;flex:0 0 20px;border-radius:50%;border:1px solid #999999}.options__label:after{content:"";transition:all .3s ease 0s;transform:scale(0);width:8px;height:8px;border-radius:50%;background-color:#ffc52a;position:absolute;left:6px;top:6px}.text-radio{display:flex;flex-wrap:wrap;gap:1rem}.text-radio__button{position:relative;cursor:pointer}.text-radio__input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.text-radio__input:checked+.text-radio__label{border-color:#001aea;color:#001aea}.text-radio__label{display:inline-block;padding:.5rem 1rem;border-radius:2.5rem;border:1px solid #999999;font-weight:500;transition:border-color .3s,color .3s;cursor:pointer}.file-input-wrapper.input{position:relative;display:flex;color:#191919;align-items:center;gap:1rem}.file-input{display:none;position:absolute;top:0;left:0;width:0;height:0}.file-input-placeholder{color:#606060}.file-input-wrapper.selected .file-input-placeholder{display:none}.tel-form{display:flex;flex-direction:column;gap:2rem;align-items:flex-start}.otp-form{max-width:32.5rem}@media (max-width: 47.99875em){.otp-form{margin:0 auto;padding:2rem 1rem;border-radius:1rem;background-color:#f8f8f8;box-shadow:0 0 4px -2px #0000001a}}.menu{position:fixed;top:-100%;left:0;right:0;height:100%;overflow-y:auto;z-index:50;background-color:#f8f8f8;padding-top:8.875rem;padding-bottom:3.125rem;transition:top .3s}.menu-open .menu{top:0}.menu__title{font-weight:700;letter-spacing:-.075rem;margin-bottom:3rem}@media (min-width: 84em){.menu__title{font-size:3rem}}@media (min-width: 20em) and (max-width: 84em){.menu__title{font-size:clamp(2rem,1.6875rem + 1.5625vw,3rem)}}@media (max-width: 20em){.menu__title{font-size:2rem}}@media (max-width: 47.99875em){.menu__title{font-weight:500}}.menu__body{display:grid;grid-template-columns:repeat(2,1fr);gap:5rem}@media (max-width: 70.74875em){.menu__body{display:flex;flex-direction:column;gap:3.75rem}}@media (max-width: 47.99875em){.menu__body{background-color:#f8f8f8;gap:0}}.menu__sub-title{font-size:2rem;font-weight:500;line-height:1.25;margin-bottom:3rem}@media (max-width: 70.74875em){.menu__sub-title{margin-bottom:1.5rem}}@media (max-width: 47.99875em){.menu__sub-title{color:#999;font-size:1rem;font-weight:700}.menu__part{padding:2rem 1rem;border-bottom:1px solid #efefef}}.menu__list{display:flex}@media (min-width: 47.99875em){.menu__list{gap:.5rem;flex-wrap:wrap}}@media (min-width: 47.99875em) and (max-width: 70.74875em){.menu__list{gap:1.25rem}}@media (max-width: 47.99875em){.menu__list{flex-direction:column;gap:2rem}}@media (min-width: 47.99875em){.menu__item{flex:0 0 calc(50% - .25rem)}}@media (min-width: 47.99875em) and (max-width: 70.74875em){.menu__item{flex:0 0 calc(50% - .625rem)}}.menu__button{font-weight:700;display:flex;align-items:center;gap:.5rem;flex:0 0 auto;transition:color .3s;color:#0063fb}@media (min-width: 47.99875em){.menu-open .menu__button{color:#999}}@media (max-width: 70.74875em){.menu__button__text-desktop{display:none}}@media (min-width: 70.74875em){.menu__button__text-tablet{display:none}}.menu__icon{flex:0 0 auto}.link-menu{display:flex;flex-direction:column;gap:.5rem}@media (min-width: 70.74875em){.link-menu{padding:1rem}}.link-menu__label{font-size:1.25rem;font-weight:800;line-height:1.2;letter-spacing:.3px}@media (any-hover: hover){.link-menu__label{transition:color .3s}.link-menu:hover .link-menu__label{color:#001aea}}@media (max-width: 47.99875em){.link-menu__label{font-size:1.25rem;font-weight:500}}.link-menu__description{font-weight:500;line-height:1.25;color:#606060}.menu-button-icons{width:1.5rem;height:1.5rem;overflow:hidden;line-height:1;transition:transform .3s}@media (min-width: 47.99875em){.menu-open .menu-button-icons{transform:translateY(-10%)}}.menu__icon{transition:transform .3s}.menu-open .menu__icon{transform:translateY(-100%)}.mobile-menu{position:fixed;top:-100%;left:0;right:0;height:100%;overflow-y:auto;z-index:50;background-color:#fff;padding-top:5.375rem;padding-bottom:2.0625rem;transition:top .3s}@media (min-width: 47.99875em){.mobile-menu{display:none}}.menu-open .mobile-menu{top:0}.mobile-menu .languages{padding:1.5rem 1rem;border-top:1px solid #efefef}.mobile-menu .countries-selector{padding:1.5rem 1rem;border-top:1px solid #efefef;border-bottom:1px solid #efefef}.mobile-menu .countries-selector__button{width:100%}.mobile-menu__resume{padding:1.5rem 1rem;border-top:1px solid #efefef;width:100%;font-weight:700}.mobile-menu__contacts{padding:2rem 1rem;display:flex;gap:1rem;align-items:center;border-top:1px solid #efefef;border-bottom:1px solid #efefef;flex-wrap:wrap}.mobile-menu__contacts-label{color:#999;font-weight:700;font-size:1.125rem}.mobile-menu__contacts-link{color:#0063fb;font-size:1.125rem;font-weight:500;text-decoration:underline}.mobile-menu___socials-wrapper{display:flex;justify-content:center;padding-top:2.5rem}.resume-mobile-menu{display:flex;gap:.5rem;align-items:center}.resume-mobile-menu__icon{width:1.5rem;height:1.5rem;background-color:#191919;display:flex;justify-content:center;align-items:center;flex:0 0 auto;border-radius:50%}.categories-menu{display:none}.categories-menu__list{border-radius:1rem;box-shadow:0 0 4px -2px #0000001a;background-color:#f8f8f8;padding:1rem 2.375rem 1rem 1rem;display:flex;flex-direction:column;gap:.5rem}.categories-menu__link{padding:1rem 3rem 1rem 1rem;transition:background-color .3s;position:relative;display:block}.categories-menu__link:after{content:"";position:absolute;top:50%;right:2rem;transform:translateY(-50%);width:6px;height:10px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgNiAxMCIgZmlsbD0ibm9uZSI+CjxwYXRoIGQ9Ik0xIDlMNSA1TDEgMSIgc3Ryb2tlPSIjMDAxQUVBIiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==);background-size:contain;background-repeat:no-repeat;opacity:0;transition:opacity .3s;pointer-events:none}.categories-menu__link:hover{background-color:#fff}.categories-menu__link:hover:after{opacity:1}.categories-menu__link:hover .categories-menu__label{color:#001aea}.categories-menu__label{font-size:1.25rem;font-weight:800;margin-bottom:.5rem;transition:color .3s}.categories-menu__descrition{font-size:.875rem;font-weight:600;letter-spacing:.3px}@media (max-width: 47.99875em){.categories-menu{display:block;padding:5.875rem 1rem 6.875rem;background-color:#fff;position:fixed;top:0;left:-100%;width:100%;height:100%;overflow-y:auto;z-index:99;transition:left .3s}.menu-categories-open .categories-menu{left:0}.categories-menu__header{display:flex;align-items:center;gap:1.25rem;justify-content:space-between;margin-bottom:1.5rem}.categories-menu__title{font-size:2rem;font-weight:500}.categories-menu__close-button{width:2rem;height:2rem;display:flex;justify-content:center;align-items:center}}.spollers{display:flex;flex-direction:column;gap:1.5rem}.spollers__item:not(:last-child){padding-bottom:2rem;border-bottom:1px solid #efefef}.spollers__title{width:100%;cursor:default;text-align:left;list-style:none;display:flex;gap:1.5rem;align-items:flex-start;font-size:1.25rem;font-weight:800;justify-content:space-between}.spollers__title::marker,.spollers__title::-webkit-details-marker{display:none}._spoller-init .spollers__title{cursor:pointer}.spollers__title-icon{width:1.375rem;height:1.375rem;border-radius:50%;border:2px solid #001aea;position:relative;flex:0 0 auto}.spollers__title-icon:before,.spollers__title-icon:after{content:"";position:absolute;height:.125rem;border-radius:10px;background-color:#001aea;width:10px}.spollers__title-icon:before{top:50%;left:50%;transform:translate(-50%,-50%)}.spollers__title-icon:after{top:50%;left:50%;transform:translate(-50%,-50%) rotate(90deg);transition:opacity .3s}._spoller-active .spollers__title-icon:after{opacity:0}.spollers__body{padding-top:.5rem;padding-right:3rem}.spollers__text{display:flex;flex-direction:column;gap:1.5rem}.popup{position:fixed;top:0;left:0;right:0;bottom:0;visibility:hidden;pointer-events:none;transition:visibility .8s ease;padding:30px 10px}@media (max-width: 47.99875em){.popup__fullPage{padding:0}}@media (min-width: 47.99875em){.popup__fullPage .popup__content{border-radius:32px;max-width:54rem}}@media (max-width: 47.99875em){.popup__fullPage .popup__content{padding:5.875rem 1rem 2rem;height:100vh;background-color:#fff;overflow-y:auto}}.popup__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100%;width:100%;flex:1 1 auto;position:relative}.popup__wrapper:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;opacity:0;transition:opacity .8s ease;pointer-events:none;z-index:149}@media (max-width: 47.99875em){.popup__wrapper:after{z-index:89}}.popup__content{position:relative;z-index:151;visibility:hidden;transform:scale(0);transition:transform .3s ease;background-color:#f8f8f8;padding:2.5rem 2.5rem 2rem;width:100%;border-radius:32px;max-width:40rem}.lock .popup__content{visibility:visible}.popup__head{display:flex;justify-content:space-between;gap:1.5rem;align-items:flex-start}.popup__title{max-width:33.125rem;margin-bottom:1rem}@media (max-width: 47.99875em){.popup__title{font-size:2rem!important}}.popup__sub-title{margin-bottom:40px}.popup__close{flex:0 0 auto;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center;margin-top:1rem}.popup.popup_show{z-index:150;visibility:visible;overflow:auto;pointer-events:auto}@media (max-width: 47.99875em){.popup.popup_show{z-index:90}}.popup.popup_show .popup__wrapper:after{opacity:1}.popup.popup_show .popup__content{visibility:visible;transform:scale(1)}.scrollable-listBox{padding:2rem 1rem;border-radius:1rem;background-color:#f8f8f8;margin-bottom:10px}.scrollable-list{padding-right:3.75rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.9375rem;overflow-y:auto}@media (min-width: 47.99875em){.scrollable-list{height:18rem}}@media (max-width: 47.99875em){.scrollable-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:5px}}.scrollable-list .checkbox{margin-bottom:0}@media (min-width: 47.99875em){.phone-popup .popup__content{max-width:40rem}}.ibg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ibg--top{-o-object-position:top;object-position:top}.ibg--bottom{-o-object-position:bottom;object-position:bottom}.ibg--left{-o-object-position:left;object-position:left}.ibg--right{-o-object-position:right;object-position:right}.ibg--contain{-o-object-fit:contain;object-fit:contain}.d-none{display:none!important}.page{padding-top:5.875rem}@media (min-width: 47.99875em){.page:has(._page-grey){background-color:#f8f8f8}}._yellow{color:#ffc52a}._page-grey{display:none}.cursor-pointer{cursor:pointer}@media (max-width: 47.99875em){.none-mobile{display:none!important}}@media (max-width: 70.74875em){.none-tablet{display:none!important}}.title{font-size:3rem;font-weight:700;line-height:1.16;letter-spacing:-1.2px}@media (max-width: 47.99875em){.title{font-size:2.5rem}}.languages{font-size:1rem;display:flex;gap:1rem;font-weight:700;color:#191919;flex:0 0 auto}.languages--footer{color:#fff}.languages__item.active{color:#999}.languages__link{padding:.25rem}.socials{display:flex;gap:1rem;flex:0 0 auto}.socials__link{width:2rem;height:2rem;display:flex;justify-content:center;align-items:center}@media (max-width: 47.99875em){.socials__link{width:3rem;height:3rem}}@media (any-hover: hover){.socials__link{transition:transform .3s}.socials__link:hover{transform:translateY(-5px)}}.search-form{color:#606060}@media (min-width: 70.74875em){.search-form{border-radius:50px;padding-right:.5625rem;border:1px solid #fff;transition:border-color .3s;background-color:#fff;display:flex;justify-content:space-between;gap:1.25rem;align-items:center}.search-form:has(input:focus){border-color:#001aea}.search-form--dark{background-color:#272727;border-color:#606060}.search-form--dark:has(input:focus){border-color:#ffc52a}}.search-form--dark .search-form__input{color:#fff}.search-form--dark .search-form__input::-moz-placeholder{color:#606060}.search-form--dark .search-form__input::placeholder{color:#606060}.search-form--dark .input-placeholder{color:#fff;font-weight:500;font-size:1.25rem;padding-left:1rem}.search-form--dark .tel-input{width:100%}.search-form--dark .tel-input__select{margin-bottom:0}.search-form__input{height:4rem;padding-left:1.5rem;outline:none;font-weight:500;font-size:1.25rem}.search-form__input::-moz-placeholder{color:inherit;-moz-transition:opacity .3s;transition:opacity .3s}.search-form__input::placeholder{color:inherit;transition:opacity .3s}.search-form__input:focus::-moz-placeholder{opacity:0}.search-form__input:focus::placeholder{opacity:0}@media (max-width: 70.74875em){.search-form__input{padding-right:1.5rem;border-radius:50px;border:1px solid #fff;transition:border-color .3s;background-color:#fff;margin-bottom:1.5rem;font-size:1.125rem}.search-form__input:focus{border-color:#001aea}.search-form--dark .search-form__input{background-color:#272727;border-color:#606060}.search-form--dark .search-form__input:focus{border-color:#ffc52a}}@media (max-width: 440px){.search-form__input{font-size:1rem;padding-right:1.25rem;padding-left:1.25rem}}.search-banner{padding:3.0625rem 2.5rem;background-color:#191919;border-radius:2rem;color:#fff;position:relative;overflow:hidden}@media (max-width: 47.99875em){.search-banner{padding:2.5rem 1.5rem}}._blue-banner .search-banner{background-color:#001aea}@media (max-width: 47.99875em){._blue-banner .search-banner{border-radius:0;padding-bottom:9.375rem}}.search-banner>img{position:absolute;right:0;bottom:0;width:41.920732%;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom}@media (max-width: 47.99875em){.search-banner>img{display:none}}@media (max-width: 70.74875em){._blue-banner .search-banner>img{-o-object-position:left;object-position:left}}@media (max-width: 47.99875em){._blue-banner .search-banner>img{width:100%!important;display:inline-block}}@media (max-width: 29.99875em){._blue-banner .search-banner>img{width:130%!important}}.search-banner__container._blue-banner{padding-top:4rem;padding-bottom:4rem}@media (max-width: 47.99875em){.search-banner__container._blue-banner{padding-left:0;padding-right:0}}@media (min-width: 47.99875em){.search-banner__body{max-width:52.191558%}}.search-banner__logo{margin-bottom:1.0625rem}.search-banner__logo img{width:2.5625rem}.search-banner__title{margin-bottom:2rem;font-weight:500;line-height:1.25}@media (min-width: 84em){.search-banner__title{font-size:2rem}}@media (min-width: 20em) and (max-width: 84em){.search-banner__title{font-size:clamp(1.25rem,1.015625rem + 1.171875vw,2rem)}}@media (max-width: 20em){.search-banner__title{font-size:1.25rem}}@media (max-width: 47.99875em){.search-banner__title{line-height:1.3}}._blue-banner .search-banner__title{font-size:3rem;max-width:33.125rem;font-weight:700;letter-spacing:-1.2px}@media (max-width: 47.99875em){._blue-banner .search-banner__title{font-size:2.5rem}}.search-banner__footer{display:flex;gap:.5rem;align-items:center;padding-top:.75rem}@media (max-width: 70.74875em){.search-banner__footer{flex-direction:column;gap:1rem;align-items:flex-start}}.search-banner__footer-text{font-weight:500}.search-banner__footer-pins{display:flex;gap:.5rem;flex-wrap:wrap;row-gap:1rem}@media (max-width: 29.99875em){.search-banner__footer-pins{flex-direction:column;align-items:flex-start}}.search-banner__footer-pin{padding:.25rem .75rem;border-radius:2rem;font-weight:700}.last-news{margin-bottom:6.5rem}@media (max-width: 47.99875em){.last-news{margin-bottom:4rem}}.last-news__body{padding-top:2rem;border-top:1px solid #efefef}@media (max-width: 47.99875em){.last-news__body{padding-top:4rem}}@media (min-width: 47.99875em){.last-news__body{display:flex;justify-content:space-between;gap:1.875rem}.last-news__content{flex:1 1 auto}}@media (max-width: 47.99875em){.last-news__content{padding:0 3.4375rem}}.last-news__title{font-size:1.25rem;font-weight:800;line-height:1.2;letter-spacing:.3px;margin-bottom:2rem}@media (max-width: 47.99875em){.last-news__title{max-width:15.5rem;margin:0 auto 2rem}}@media (min-width: 47.99875em){.last-news__items{display:grid;grid-template-columns:repeat(3,1fr);gap:1.875rem;row-gap:1rem}}@media (min-width: 47.99875em) and (max-width: 70.74875em){.last-news__items{grid-template-columns:repeat(2,1fr)}}@media (max-width: 47.99875em){.last-news__items{margin-bottom:4rem;display:flex;flex-direction:column;gap:1rem}}@media (max-width: 70.74875em){.last-news__item:nth-child(n+9){display:none}}@media (max-width: 47.99875em){.last-news__item{margin:0 auto}.last-news__item:nth-child(n+5){display:none}}@media (min-width: 47.99875em){.last-news__main-image-wrapper{flex:0 0 18.292683%}}@media (max-width: 47.99875em){.last-news__main-image-wrapper{text-align:center;display:block;max-width:15rem;margin:0 auto}}.last-news__main-image{max-width:100%}.item-last-news{display:flex;gap:1.5rem;align-items:center;max-width:15.5rem;padding-bottom:1rem;border-bottom:1px solid #efefef}@media (any-hover: hover){.item-last-news:hover{color:#001aea}}.item-last-news__image{width:3.75rem;height:3.75rem;flex:0 0 auto;-o-object-fit:cover;object-fit:cover}.item-last-news__title{font-weight:500;line-height:1.25;transition:color .3s}.reviews{padding-top:6.5rem;padding-bottom:6.5rem;background-color:#fff9e980}@media (max-width: 47.99875em){.reviews{padding-top:6rem;padding-bottom:6rem}}.reviews__container{display:flex;flex-direction:column}.reviews__title{text-align:center;margin-bottom:1.5rem}.reviews__rate{margin-bottom:1.5rem;align-self:center}.reviews__actives{align-self:center;display:flex;align-items:center;gap:4rem;margin-bottom:3rem}.reviews__buttons{display:flex;gap:1.5rem}.reviews__button{width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid #001aea;background-color:#fff;display:flex;justify-content:center;align-items:center;color:#001aea;transition:color .3s,background-color .3s}.reviews__button:disabled{border:1px solid #999999;color:#999;background-color:#fff}@media (any-hover: hover){.reviews__button:hover{color:#fff;background-color:#001aea}.reviews__button:hover:disabled{background-color:#fff;color:#999}}@media (max-width: 84em){.reviews__slider{overflow:visible!important}}.reviews__wrapper,.reviews__slide{height:100%}.stars{color:#ffc52a}.rate-reviews{display:flex;gap:1.375rem;align-items:center}.rate-reviews__count{font-size:3rem;color:#ffc52a;font-weight:700;letter-spacing:-1.2px}.rate-reviews__stars{color:#ffc52a}.rate-reviews__desc{color:#999;font-weight:500}.review{padding:4rem;border-radius:1rem;background-color:#fff;box-shadow:0 2px 18px #18191c08;border:1px solid #efefef;height:100%}@media (max-width: 47.99875em){.review{padding:2rem}}.review__icon{width:3.125rem;height:3.125rem;-o-object-fit:contain;object-fit:contain;margin-bottom:1.5rem}.review__author{font-size:1.25rem;font-weight:800;letter-spacing:.3px;color:#001aea}.review__company{font-size:.875rem;font-weight:600;letter-spacing:.3px;margin-bottom:1.5rem}.review__blockquote{font-size:1.25rem;font-weight:500;line-height:1.3;flex:1 1 auto}.simple-banners{display:flex;flex-direction:column;gap:2rem}.simple-banner{display:inline-block}.simple-banner img{max-width:100%}.link{color:#001aea;text-decoration:underline;font-weight:700;transition:color .3s}@media (any-hover: hover){.link:hover{color:#0063fb}}.link--without-decoration{text-decoration:none}.link--light{color:#4097f6}.link--green{color:#13b678}@media (any-hover: hover){.link--green:hover{color:#0ea068}}.selected-items-area{position:relative;display:flex;padding:.5rem 1rem;border:1px solid #efefef;border-radius:40px;gap:1.25rem;align-items:flex-start}.selected-items-area__items{flex:1 1 auto;color:#001aea;display:flex;flex-wrap:wrap;gap:.625rem;font-weight:500}.selected-items-area__clear{flex:0 0 auto;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.dropdown{position:relative}.dropdown__content{position:absolute;top:calc(100% + 1.125rem);padding:.5rem;border-radius:1rem;background-color:#fff;display:flex;flex-direction:column;gap:.5rem;min-width:13.75rem;box-shadow:6px 10px 20px #0000000a;border:1px solid #efefef;transition:opacity .3s,visibility .3s,left .3s;left:-.9375rem;opacity:0;visibility:hidden}._dropdown-open .dropdown__content{opacity:1;visibility:visible;left:-1.5rem}@media (max-width: 47.99875em){.dropdown__content{left:auto!important;right:-50px!important;min-width:220px}}.dropdown__link{padding:.5rem 1rem;font-weight:500;border-radius:2.5rem;transition:color .3s,background-color .3s}@media (any-hover: hover){.dropdown__link:hover{background-color:#e5f1fe}}.error-message{color:red;font-size:14px;margin-top:5px}.error-block{background-color:#ffefef;border:1px solid red;color:red;padding:10px;margin-top:15px;border-radius:5px}.success-form-message{display:flex;color:#13b678;font-size:14px;font-weight:600;line-height:18px;letter-spacing:.3px}.success-form-message:before{content:"✓";font-size:16px;font-weight:600;line-height:18px;letter-spacing:.3px;text-align:left;margin-right:.25rem}.error-form-message{display:flex;align-items:center;color:#f9542e;font-size:14px;font-weight:600;line-height:18px;letter-spacing:.3px}.error-form-message__icon{width:.8125rem;height:.8125rem;margin-right:.25rem}.header{font-weight:700;position:fixed;top:0;left:0;right:0;z-index:100;background-color:#fff}.header__container{display:grid;grid-template-columns:1fr 7.25rem 1fr;grid-template-areas:"left middle right";align-items:flex-end;gap:.9375rem}@media (max-width: 70.74875em){.header__container{grid-template-columns:7.25rem 1fr 1fr;grid-template-areas:"middle left right";align-items:center}}.header__left{grid-area:left;display:flex;gap:2rem;align-items:center}@media (max-width: 84em){.header__left{gap:.9375rem}}@media (min-width: 70.74875em){.header__left{padding-bottom:.625rem}}.header__countries{flex:0 0 auto}.header__links{display:flex;-moz-column-gap:2rem;column-gap:2rem;row-gap:.3125rem}@media (max-width: 84em){.header__links{-moz-column-gap:.9375rem;column-gap:.9375rem}}.header__link{white-space:nowrap}.header__link.active{color:#001aea}@media (any-hover: hover){.header__link{transition:color .3s}.header__link:hover{color:#001aea}}.header__middle{grid-area:middle}@media (any-hover: hover){.header__logo{transition:transform .3s}.header__logo:hover{transform:scale(1.05)}}.header__logo img{max-width:7.25rem}.header__right{grid-area:right;display:flex;justify-content:flex-end;gap:1rem;align-items:center}@media (max-width: 84em){.header__right{gap:.375rem}}@media (min-width: 70.74875em){.header__right{padding-bottom:.625rem}}.countries-selector{position:relative}@media (min-width: 47.99875em) and (max-width: 70.74875em){.countries-selector{padding:1.875rem 0}}.countries-selector__button{padding:.25rem;display:flex;align-items:center;gap:.5rem;font-weight:700}@media (any-hover: hover){.countries-selector__button{transition:color .3s}.countries-selector__button:hover{color:#001aea}}.countries-selector__button img{width:1.375rem;height:1.375rem;-o-object-fit:contain;object-fit:contain}.countries-selector__content{z-index:100}@media (min-width: 47.99875em){.countries-selector__content{position:absolute;top:calc(100% + .625rem);left:-1.5625rem;width:13.5rem;visibility:hidden;opacity:0;transition:visibility .3s,opacity .3s,left .3s}.countries-open .countries-selector__content{left:-.3125rem;visibility:visible;opacity:1}}@media (max-width: 47.99875em){.countries-selector__content{display:none;transform:translate(-5px);padding-top:.625rem}.countries-open .countries-selector__content{display:block}}.countries-selector__list{padding:.5rem;border-radius:1.5rem;background-color:#fff;overflow:hidden}.countries-selector__list-inner{max-height:18.75rem;overflow-y:auto;display:flex;flex-direction:column;gap:.3125rem;scrollbar-width:thin;scrollbar-color:#ccc transparent}@media (max-width: 47.99875em){.countries-selector__list-inner{gap:.9375rem}}.countries-selector__list-inner::-webkit-scrollbar{width:.375rem}.countries-selector__list-inner::-webkit-scrollbar-track{background:transparent}.countries-selector__list-inner::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:.625rem}.countries-selector__list-inner::-webkit-scrollbar-thumb:hover{background-color:#bfbfbf}.countries-selector__link{padding:.5rem;background-color:#fff;display:flex;align-items:center;gap:.5rem;line-height:1;color:#001aea;font-weight:700;border-radius:2rem;border:1px solid transparent;transition:border-color .3s;font-size:.875rem}@media (any-hover: hover){.countries-selector__link:hover{border-color:#001aea}}.countries-selector__link img{width:1.375rem;height:1.375rem;-o-object-fit:contain;object-fit:contain}.header-decor-line{height:1.25rem;flex:0 0 .0625rem;background-color:#cac7c1}.header-decor-line:first-child,.mobile-header{display:none}@media (max-width: 47.99875em){.mobile-header{display:block;position:fixed;top:0;left:0;width:100%;padding:1.125rem 0;background-color:#fff;z-index:100}.mobile-header__container{display:flex;align-items:center;gap:5px}.mobile-header__logo img{width:2.5625rem}.mobile-header__account-menu{max-width:180px;display:flex;justify-content:flex-end;flex-wrap:wrap;margin-right:2rem;font-weight:700;line-height:1.25}}@media (max-width: 47.99875em) and (min-width: 82em){.mobile-header__account-menu{font-size:1.5rem}}@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 82em){.mobile-header__account-menu{font-size:clamp(.875rem,.6733870968rem + 1.0080645161vw,1.5rem)}}@media (max-width: 47.99875em) and (max-width: 20em){.mobile-header__account-menu{font-size:.875rem}}@media (max-width: 47.99875em){.mobile-header__link{justify-self:flex-end}.mobile-header__account-menu-box{display:flex;flex:1 1 auto;justify-content:end}}.subcategory-button{display:inline-flex;gap:.5rem;align-items:center;color:#001aea;font-weight:700;line-height:1.25;padding:.5rem 1rem;font-size:1rem;border:none;cursor:pointer;white-space:normal}@media (min-width: 82em){.subcategory-button{font-size:1.5rem}}@media (min-width: 20em) and (max-width: 82em){.subcategory-button{font-size:clamp(.875rem,.6733870968rem + 1.0080645161vw,1.5rem)}}@media (max-width: 20em){.subcategory-button{font-size:.875rem}}.cabinet-button{display:flex;align-items:center;gap:.5rem;flex:0 0 auto;white-space:nowrap;text-align:center}.cabinet-button__icon{flex:0 0 auto}.cabinet-button__arrow{flex:0 0 auto;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center;position:relative}.cabinet-button__arrow--active:before{content:"";position:absolute;top:-.1875rem;right:-.0625rem;width:.5rem;height:.5rem;background-color:#13b678;border-radius:50%}.header-cabinet__info{padding:1rem;border-radius:1rem;background-color:#f8f8f8;margin-bottom:.5rem;font-size:.875rem}.header-cabinet__info-email{font-weight:700;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-cabinet__info-bottom{display:flex;gap:1rem}.header-cabinet__info-sum{color:#001aea;font-weight:700}.header-cabinet__info-active{font-weight:600;color:#0063fb;text-decoration:underline;transition:color .3s}@media (any-hover: hover){.header-cabinet__info-active:hover{color:#001aea}}.header-cabinet__links{display:flex;flex-direction:column;gap:.5rem}.header-cabinet__link{padding:.5rem 1rem;font-weight:500}@media (any-hover: hover){.header-cabinet__link:hover{text-decoration:underline}}.header-cabinet__link.active{color:#001aea;pointer-events:none}.header-cabinet__link_count{font-weight:700;color:#13b678}.footer{background-color:#191919;color:#999;font-size:.875rem;font-weight:600}.footer__container{padding-top:4rem;padding-bottom:4rem}@media (min-width: 47.99875em){.footer__container{display:flex;justify-content:space-between;gap:2.5rem}}@media (max-width: 47.99875em){.footer__container{padding-left:4rem;padding-right:4rem}}.footer__left{width:11.875rem;display:flex;flex-direction:column;justify-content:space-between;gap:1.875rem}@media (max-width: 47.99875em){.footer__left{margin-bottom:4rem}}.footer__logo img{max-width:100%}.footer__contacts{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start;font-weight:500;margin-bottom:.75rem}.footer__label{font-size:1rem}.footer__phone{font-size:1.25rem;color:#fff}@media (any-hover: hover){.footer__phone{transition:color .3s}.footer__phone:hover{color:#999}}.nav-footer{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}@media (max-width: 70.74875em){.nav-footer{grid-template-columns:repeat(2,1fr)}}@media (max-width: 47.99875em){.nav-footer{grid-template-columns:1fr}}.nav-footer__item{max-width:12.5rem}.nav-footer__label{font-weight:700;color:#fff;margin-bottom:2rem}.nav-footer__list{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}@media (any-hover: hover){.nav-footer__link{transition:color .3s}.nav-footer__link:hover{color:#fff}}.footer-bottom{padding:1.5rem 0;border-top:1px solid #606060}.footer-bottom__container{display:flex;justify-content:space-between;align-items:center;color:#606060;font-weight:500;gap:3rem}@media (max-width: 47.99875em){.footer-bottom__container{flex-direction:column;padding:0 2.5rem}}.double-block:not(:last-child){margin-bottom:2rem}@media (max-width: 47.99875em){.double-block:not(:last-child){margin-bottom:1.5rem}}.double-block__container{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media (min-width: 52.37375em){.double-block__container{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 47.99875em){.double-block__container{display:flex;flex-direction:column;gap:1.5rem}}.double-block__content{border-radius:2rem;padding:2.5rem}@media (max-width: 47.99875em){.double-block__content{padding:2rem 1.5rem}}.double-block__title{font-weight:700;line-height:1.06;letter-spacing:-1.6px}@media (min-width: 84em){.double-block__title{margin-bottom:3rem}}@media (min-width: 20em) and (max-width: 84em){.double-block__title{margin-bottom:clamp(2rem,1.6875rem + 1.5625vw,3rem)}}@media (max-width: 20em){.double-block__title{margin-bottom:2rem}}@media (min-width: 84em){.double-block__title{font-size:4rem}}@media (min-width: 20em) and (max-width: 84em){.double-block__title{font-size:clamp(2.5rem,2.03125rem + 2.34375vw,4rem)}}@media (max-width: 20em){.double-block__title{font-size:2.5rem}}.double-block__form{margin-bottom:1.25rem}.double-block__row{display:flex;gap:1.25rem;align-items:center;justify-content:space-between;margin-bottom:5.375rem}@media (max-width: 29.99875em){.double-block__row{flex-direction:column;align-items:start}}.double-block__link{font-weight:700;text-decoration:underline}@media (any-hover: hover){.double-block__link{transition:color .3s}.double-block__link:hover{color:#001aea}}.double-block__image-block{position:relative;border-radius:2rem;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:2.5rem;gap:15px;min-height:289px}@media (max-width: 47.99875em){.double-block__image-block{justify-content:end;align-items:center}.double-block__image-block .socials{padding:.5rem!important}}.double-block__image-block .socials{padding:1rem;border-radius:56px;background:#fff;gap:.25rem}.double-block__main-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1}.partners-double-block__label{margin-bottom:1.5rem;font-weight:700;line-height:1.25}@media (max-width: 47.99875em){.partners-double-block__label{display:none}}.partners-double-block__items{display:flex;gap:1.25rem;align-items:flex-end}@media (max-width: 70.74875em){.partners-double-block__items{display:grid;grid-template-columns:repeat(3,1fr);justify-items:center}}.partners-double-block__item{flex:1 1 auto;max-width:5.5rem}@media (max-width: 70.74875em){.partners-double-block__item{display:flex;justify-content:center;align-items:center}}.partners-double-block__image{max-width:100%}.filter-button{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#191919;display:inline-flex;justify-content:center;align-items:center;margin-left:1.5rem}@media (min-width: 70.74875em){.filter-button{display:none}}.categories-section{padding-top:6.5rem;padding-bottom:6.5rem}@media (max-width: 47.99875em){.categories-section{padding-top:4rem;padding-bottom:2.5rem}}.categories-section__container{display:flex;flex-direction:column;gap:3rem}@media (max-width: 47.99875em){.categories-section__container{gap:2rem;padding:0 2.6875rem}}.categories-section__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width: 84em){.categories-section__cards{gap:1rem}}@media (max-width: 47.99875em){.categories-section__cards{display:flex;flex-direction:column;gap:2rem}.categories-section__cards.secondary{display:none}.show-all .categories-section__cards{display:flex}}@media (min-width: 47.99875em){.categories-section__card{position:relative}.categories-section__card:after{content:"";position:absolute;width:105px;height:48px;top:calc(100% + 20px);left:30%;transform:translate(-50%) translateY(100%);z-index:-1;pointer-events:none;background-color:#f8f8f8;transition:transform .3s;clip-path:path("M51.1966 1.11988C51.9462 0.475832 53.0538 0.475832 53.8034 1.11988L103.399 43.733C104.807 44.9423 103.952 47.25 102.096 47.25H2.90404C1.0484 47.25 0.19319 44.9423 1.60066 43.733L51.1966 1.11988Z")}.secondary .categories-section__card:after{top:auto;bottom:calc(100% + 20px);transform:rotate(180deg) translateY(100%)}.categories-section__card.active:after{transform:translate(-50%) translateY(0)}.secondary .categories-section__card.active:after{transform:translate(-50%) translateY(0) rotate(180deg)}}.categories-section__simple-categories-wrapper{padding:1rem;background-color:#f8f8f8;border-radius:16px;box-shadow:0 0 4px -2px #0000001a;position:relative;z-index:2}@media (max-width: 47.99875em){.categories-section__simple-categories-wrapper{display:none}}.categories-section__simple-categories{max-width:57rem;display:grid;grid-template-columns:repeat(3,1fr)}@media (min-width: 47.99875em){.categories-section__show-more{display:none}}@media (max-width: 47.99875em){.categories-section__show-more{order:3;align-self:flex-start;padding-top:.25rem;color:#001aea;font-weight:700}.show-all .categories-section__show-more{display:none}}.card-category{padding:1rem 1rem .75rem;border:1px solid #efefef;border-radius:.5rem;background-color:#fff;transition:border-color .3s;display:flex;flex-direction:column;gap:1rem;text-align:left}@media (any-hover: hover){.card-category:hover,.card-category:hover .card-category__footer{border-color:#ffc52a}}.card-category.active,.card-category.active .card-category__footer{border-color:#ffc52a}@media (max-width: 47.99875em){.card-category{padding-right:2.8125rem}}.card-category__icon{width:3.125rem;height:3.125rem;-o-object-fit:contain;object-fit:contain}.card-category__title{font-size:1.25rem;font-weight:800;letter-spacing:.3px}.card-category__sub-title{font-weight:500}.card-category__footer{padding-top:1rem;border-top:1px solid #efefef;transition:border-color .3s}@media (min-width: 47.99875em){.card-category__footer{max-width:15.1875rem}}.companies{padding-top:4rem;padding-bottom:6.5rem}@media (max-width: 47.99875em){.companies{padding-bottom:4rem}}.companies__container{max-width:none}.companies__title{max-width:33.125rem;text-align:center;margin:0 auto;margin-bottom:2.5rem}.companies__button-wrapper{display:flex;justify-content:center;margin-bottom:2rem}.companies__slider{overflow:visible!important}@media (max-width: 47.99875em){.companies__wrapper{display:flex;flex-direction:column;gap:1rem;align-items:center}}.companies__slide{width:11.875rem;height:5rem;display:flex;justify-content:center;align-items:center;background-color:#f8f8f8;border-radius:8px}@media (max-width: 47.99875em){.companies__slide:nth-child(n+6){display:none}}.companies__image{max-width:100%}.main-categories{position:relative;z-index:2;padding-top:6.5rem;padding-bottom:4.75rem;background-color:#f8f8f8}@media (max-width: 47.99875em){.main-categories._about{display:none}}.main-categories__container{position:relative;display:flex;flex-direction:column;align-items:flex-start}@media (max-width: 47.99875em){.main-categories__container{padding:0 2.5rem}}.main-categories__image{display:none}@media (min-width: 70.74875em){.main-categories__image{display:inline;position:absolute;width:31.097561%;right:0;top:100px;transform:translate(14%) translateY(-50%);pointer-events:none}._about .main-categories__image{transform:translate(14%) translateY(-25%)}}@media (min-width: 70.74875em) and (max-width: 70.74875em){._about .main-categories__image{transform:translate(14%)}}.main-categories__title{margin-bottom:3rem}@media (min-width: 47.99875em){.main-categories__simple-categories{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:1.75rem;max-width:76rem}}@media (min-width: 47.99875em) and (max-width: 70.74875em){.main-categories__simple-categories{grid-template-columns:repeat(3,1fr)}}@media (max-width: 47.99875em){.main-categories__simple-categories{padding-top:3rem;padding-bottom:3rem;order:2;align-self:stretch}.main-categories__simple-categories .categories-menu__item:nth-child(n+9){display:none}.show-all .main-categories__simple-categories .categories-menu__item{display:block}}._about .main-categories__simple-categories{-moz-column-gap:2rem;column-gap:2rem;width:100%;max-width:80%}@media (min-width: 47.99875em){._about .main-categories__simple-categories{display:grid;grid-template-columns:repeat(3,1fr)}}@media (min-width: 47.99875em) and (max-width: 70.74875em){._about .main-categories__simple-categories{grid-template-columns:repeat(2,1fr)}}.main-categories__simple-categories .categories-menu__item:hover .categories-menu__label{color:#001aea}._about .main-categories__simple-categories .categories-menu__item:hover .categories-menu__descrition{text-decoration:underline}.top-offers{padding-top:6.5rem;padding-bottom:6.5rem}@media (max-width: 47.99875em){.top-offers{padding-top:4rem;padding-bottom:4rem}.top-offers__container{padding:0 2.6875rem}.top-offers--country .top-offers__container{padding:0 .9375rem}}.top-offers__header{margin-bottom:3rem;display:flex;justify-content:space-between;align-items:flex-end;gap:2.5rem}@media (max-width: 47.99875em){.top-offers__header{flex-direction:column;align-items:center;text-align:center}}.top-offers__header .button{flex:0 0 auto}.top-offers__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width: 84em){.top-offers__cards{grid-template-columns:repeat(3,1fr)}}@media (max-width: 70.74875em){.top-offers__cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 47.99875em){.top-offers__cards{display:flex;flex-direction:column;margin-bottom:2rem}}.top-offers--country .top-offers__cards{grid-template-columns:repeat(3,1fr)}@media (max-width: 70.74875em){.top-offers--country .top-offers__cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 47.99875em){.top-offers__card:nth-child(n+5){display:none}.show-all .top-offers__card:nth-child(n+5){display:flex}.top-offers__card.heavy-category--country:nth-child(n+4){display:none}}.heavy-category{padding:1rem;position:relative;border-radius:8px;border:1px solid #efefef;box-shadow:0 0 4px -2px #0000001a;background-color:#fff;display:flex;flex-direction:column;transition:border-color .3s}.heavy-category:has(.liked){border-color:#0063fb}.heavy-category:hover,.heavy-category:hover .heavy-category__footer{border-color:#0063fb}.heavy-category:hover .heavy-category__footer-button{background-color:#001aea}.heavy-category--country{padding:1.5rem}.heavy-category--yellow{background-color:#fff9e9}.heavy-category--yellow:has(.liked){border-color:#ffc52a}.heavy-category--yellow:hover,.heavy-category--yellow:hover .heavy-category__footer{border-color:#ffc52a}.heavy-category__header{display:flex;gap:1.25rem;align-items:flex-start;flex:1 1 auto;justify-content:space-between}.heavy-category__header-left{display:flex;gap:.5625rem}.heavy-category__header-left .checkbox{z-index:2}.heavy-category__image-header{position:relative;height:8.75rem;border-radius:4px;overflow:hidden;display:flex;flex-direction:column;align-items:flex-end;padding:1rem;margin-bottom:1.25rem}.heavy-category__image-header-bg{position:absolute;top:0;left:0}.heavy-category__image-header-label{position:relative;z-index:2;padding:.5rem;display:flex;gap:.5rem;background-color:#fff;color:#001aea;font-weight:700;border-radius:2rem}.heavy-category__image-header-label img{width:1.375rem;height:1.375rem;flex:0 0 auto;-o-object-fit:contain;object-fit:contain}.heavy-category__link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.heavy-category__title{font-size:1.25rem;font-weight:800;line-height:1.2;letter-spacing:.3px;margin-bottom:1rem}.heavy-category__description{max-height:200px;max-width:756px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:10px;color:#606060}.heavy-category__description ul,.heavy-category__description ol{color:#606060;font-size:.875rem;font-weight:600;letter-spacing:.3px;display:flex;flex-direction:column;gap:.5rem}.heavy-category__description ul li,.heavy-category__description ol li{display:flex;gap:1.125rem;padding-left:.375rem;align-items:flex-start}.heavy-category__description ul li:before{content:"";margin-top:.375rem;width:.25rem;height:.25rem;border-radius:50%;flex:0 0 auto;background-color:currentColor}.heavy-category__description ol{counter-reset:list-counter}.heavy-category__description ol li{counter-increment:list-counter;display:flex;align-items:flex-start;gap:.75rem}.heavy-category__description ol li:before{content:counter(list-counter) ".";text-align:right}.heavy-category__favorite{position:relative;z-index:2;flex:0 0 auto;display:flex;gap:.5rem;align-items:center;transition:color .3s;color:#999}.heavy-category__favorite:has(.liked){color:#0063fb}@media (any-hover: hover){.heavy-category__favorite:hover{color:#0063fb}}.heavy-category--yellow .heavy-category__favorite:has(.liked){color:#ffc52a}@media (any-hover: hover){.heavy-category--yellow .heavy-category__favorite:hover{color:#ffc52a}}.heavy-category__favorite-label{font-weight:700;font-size:.875rem}.heavy-category__heart{width:1.5rem;height:1.5rem}.heavy-category__main-info{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.heavy-category--big .heavy-category__main-info{margin-bottom:0}@media (max-width: 70.74875em){.heavy-category--big .heavy-category__main-info{margin-bottom:1rem}}.heavy-category__main-info-pin{padding:.25rem .75rem;border-radius:32px;font-weight:700}.heavy-category__main-info-salary{font-weight:500}.heavy-category__company{position:relative;z-index:4;display:flex;gap:.75rem;align-items:center;margin-bottom:1rem}.heavy-category__company-link{position:absolute;top:0;left:0;width:100%;height:100%}.heavy-category__company-image{width:3.125rem;height:3.125rem;border-radius:4px;overflow:hidden;flex:0 0 auto}.heavy-category__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.heavy-category__company-title{font-size:.875rem;font-weight:700;margin-bottom:.5rem;display:flex;gap:.5rem;align-items:center}@media (min-width: 47.99875em){.heavy-category--big .heavy-category__company-title{font-weight:800;font-size:1.125rem}}.heavy-category__company-place{display:flex;gap:.5rem;align-items:center;color:#606060;font-size:.875rem;font-weight:600;letter-spacing:.3px}@media (min-width: 47.99875em){.heavy-category--big .heavy-category__company-place{font-weight:700}}.heavy-category__company-place svg{flex:0 0 auto}.heavy-category__company-place img{width:1.375rem;height:1.375rem;-o-object-fit:contain;object-fit:contain}.heavy-category__footer{padding-top:1rem;border-top:1px solid #efefef;display:flex;align-items:center;gap:1.25rem;justify-content:space-between;transition:border-color .3s}.heavy-category__footer--column{flex-direction:column;align-items:flex-start;position:relative;z-index:3}@media (max-width: 84em){.heavy-category--big .heavy-category__footer{flex-direction:column;align-items:flex-start;gap:0}}.heavy-category__footer-label{font-size:.875rem;font-weight:600;letter-spacing:.3px;color:#606060}.heavy-category__footer-list{display:flex;align-items:center;flex-wrap:wrap;font-size:.875rem;gap:.625rem;font-weight:600}.heavy-category__footer-list-item{display:flex;align-items:center;color:#606060;gap:.625rem}.heavy-category__footer-list-item:not(:first-child):before{content:"";width:.25rem;height:.25rem;border-radius:50%;flex:0 0 auto;background-color:#606060}@media (any-hover: hover){.heavy-category__footer-list-item:hover{color:#001aea;text-decoration:underline}}.heavy-category__footer-button{flex:0 0 auto;width:2.5rem;height:2.5rem;border-radius:50%;background-color:#191919;color:#fff;display:flex;justify-content:center;align-items:center;transition:color .3s,background-color .3s}.heavy-category__footer-right{display:flex;gap:1rem}@media (max-width: 70.74875em){.heavy-category__footer-right{width:100%;justify-content:space-between}}@media (max-width: 47.99875em){.heavy-category__footer-right{align-items:flex-end}}.heavy-category__footer-pins{display:inline-flex;align-items:center;gap:1rem;color:#999;font-weight:700}@media (max-width: 47.99875em){.heavy-category__footer-pins{flex-direction:column;align-items:flex-start}}@media (min-width: 47.99875em){.heavy-category__footer-pins-item:not(:first-child){display:inline-flex;align-items:center;gap:1rem}.heavy-category__footer-pins-item:not(:first-child):before{content:"";width:.25rem;height:.25rem;flex:0 0 auto;border-radius:50%;background-color:currentColor}}.offer-section{padding-top:6.5rem;padding-bottom:6.5rem}@media (min-width: 47.99875em){.offer{display:flex;background-color:#fae1f9;border-radius:2rem;overflow:hidden}}.offer__content{padding:4rem}@media (max-width: 70.74875em){.offer__content{padding:1.5rem}}@media (max-width: 47.99875em){.offer__content{background-color:#fae1f9;border-radius:2rem;margin-bottom:1rem}}.offer__logo{width:5.875rem;margin-bottom:1.375rem}.offer__title{margin-bottom:2rem}.offer__text{margin-bottom:2rem;font-weight:500;line-height:1.25;display:flex;flex-direction:column;gap:1.5rem}.offer__link{color:#001aea;display:flex;align-items:center;gap:.75rem;align-self:flex-start;font-weight:700}.offer__link svg{transition:transform .3s}@media (any-hover: hover){.offer__link:hover svg{transform:rotate(-90deg)}}.offer__image-wrapper{position:relative;width:40.091463%;flex:0 0 auto}@media (max-width: 47.99875em){.offer__image-wrapper{padding-bottom:90.502793%;width:100%;border-radius:2rem;overflow:hidden}}.offer__image-wrapper .resume-button{position:absolute;z-index:2;top:2.5rem;left:2.5rem}@media (max-width: 47.99875em){.offer__image-wrapper .resume-button{top:2rem;left:50%;transform:translate(-50%)}}.offer__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.employers-choose{padding-top:6.5rem;padding-bottom:6.5rem}@media (max-width: 47.99875em){.employers-choose{padding-top:4rem;padding-bottom:4rem}}.employers-choose__title{margin-bottom:3rem;font-size:2rem;font-weight:500}.employers-choose__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 84em){.employers-choose__cards{gap:1rem}}@media (max-width: 70.74875em){.employers-choose__cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 47.99875em){.employers-choose__cards{display:flex;flex-direction:column;gap:2rem}}.employers-choose__card{padding:2.5rem;border-radius:2rem;display:flex;flex-direction:column;gap:2.5rem;align-items:flex-start}@media (max-width: 70.74875em){.employers-choose__card:nth-child(3){grid-column:span 2}}@media (max-width: 47.99875em){.employers-choose__card{padding:2.5rem 2rem}}.employers-choose__card-title{font-size:2.5rem;font-weight:600;letter-spacing:-1.6px}@media (min-width: 70.74875em){.employers-choose__card-title{min-height:6.5rem}}.employers-choose__card-list{flex:1 1 auto}.employers-choose__card-list-item{display:flex;align-items:flex-start;gap:.75rem;font-size:1.25rem;font-weight:500;padding:.5rem 0}.employers-choose__card-list-item:not(:last-child){margin-bottom:1rem}.employers-choose__card-list-item:before{content:"";width:1.5rem;height:1.5rem;flex:0 0 auto;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTIyIDExLjA4MDFWMTIuMDAwMUMyMS45OTg4IDE0LjE1NjUgMjEuMzAwNSAxNi4yNTQ4IDIwLjAwOTMgMTcuOTgxOUMxOC43MTgyIDE5LjcwOTEgMTYuOTAzMyAyMC45NzI2IDE0LjgzNTQgMjEuNTg0QzEyLjc2NzQgMjIuMTk1NCAxMC41NTczIDIyLjEyMiA4LjUzNDQ3IDIxLjM3NDdDNi41MTE2OCAyMC42Mjc0IDQuNzg0NjUgMTkuMjQ2MiAzLjYxMDk2IDE3LjQzNzJDMi40MzcyNyAxNS42MjgxIDEuODc5NzkgMTMuNDg4MiAyLjAyMTY4IDExLjMzNjRDMi4xNjM1NiA5LjE4NDY3IDIuOTk3MjEgNy4xMzY0MyA0LjM5ODI4IDUuNDk3MThDNS43OTkzNSAzLjg1NzkzIDcuNjkyNzkgMi43MTU0OSA5Ljc5NjE5IDIuMjQwMjVDMTEuODk5NiAxLjc2NTAyIDE0LjEwMDMgMS45ODI0NSAxNi4wNyAyLjg2MDExTTIyIDQuMDAwMTFMMTIgMTQuMDEwMUw5LjAwMDAxIDExLjAxMDEiIHN0cm9rZT0iIzE5MTkxOSIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=)}.employers-benefits{padding-top:4rem;padding-bottom:12.25rem}@media (max-width: 47.99875em){.employers-benefits{padding-bottom:6rem}}.employers-benefits__container{display:flex;gap:2.5rem}@media (min-width: 70.74875em){.employers-benefits__container{justify-content:space-between}}@media (max-width: 70.74875em){.employers-benefits__container{flex-direction:column;gap:3rem;align-items:center}}.employers-benefits__left{max-width:34.5625rem}@media (max-width: 47.99875em){.employers-benefits__left{text-align:center}}.employers-benefits__title{margin-bottom:1rem;font-weight:700;font-size:48px;line-height:56px;letter-spacing:-1.2px}.employers-benefits__text{margin-bottom:3rem;font-weight:500}.employers-benefits__left-footer{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}@media (max-width: 47.99875em){.employers-benefits__left-footer{align-items:center}}.employers-benefits__bonus{display:inline-flex;align-items:center;color:#001aea;gap:1rem;font-weight:600}@media (any-hover: hover){.employers-benefits__bonus:hover{text-decoration:underline}}.employers-benefits__right{max-width:27.75rem;align-self:center}@media (min-width: 70.74875em){.employers-benefits__right{flex:0 0 auto}}.employers-benefits__list{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem}@media (max-width: 47.99875em){.employers-benefits__list{display:flex;flex-direction:column;gap:2rem}}.employers-benefits__item{width:11.875rem;height:6.4375rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem;background:url(/build/assets/benefits-decor-BnIuPVN2.svg);background-size:contain;background-position:center;background-repeat:no-repeat}.employers-benefits__item-value{font-size:1rem;font-weight:800;letter-spacing:.3px;max-width:125px}.employers-benefits__item-description{font-weight:500;max-width:135px}.employers-start{padding-top:6.5rem;padding-bottom:6.5rem;background-color:#f8f8f8}@media (max-width: 47.99875em){.employers-start{padding-top:4rem;padding-bottom:4rem}}.employers-start__container{display:flex;gap:6.5rem}@media (max-width: 47.99875em){.employers-start__container{flex-direction:column;gap:3rem}}.employers-start__header{margin-bottom:4.5rem}@media (max-width: 47.99875em){.employers-start__header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:3rem}}.employers-start__title{margin-bottom:2rem}@media (max-width: 47.99875em){.employers-start__image{text-align:center}}.employers-start__image img{max-width:24.8125rem}@media (max-width: 70.74875em){.employers-start__image img{max-width:18.75rem}}@media (max-width: 47.99875em){.employers-start__image img{max-width:13.0625rem}}.employers-start__list{display:flex;flex-direction:column;gap:2rem}@media (max-width: 47.99875em){.employers-start__list{gap:1.5rem}}.employers-start__card{padding:2rem;border-radius:32px;border:1px solid #e5f1fe;background:#fff}.employers-start__card.pink{border-color:#fae1f9}.employers-start__card.yellow{border-color:#fff9e9}.employers-start__card-count{display:inline-block;margin-bottom:2.5rem;padding:.25rem .75rem;border-radius:32px;font-weight:700;background-color:#e5f1fe;color:#0063fb}.pink .employers-start__card-count{background-color:#fae1f9;color:#f1a4ee}.yellow .employers-start__card-count{background-color:#fff9e9;color:#ffc52a}.employers-start__card-title{margin-bottom:1rem;font-size:1.25rem;font-weight:800;letter-spacing:.3px}.employers-start__card-text{font-weight:500}.consultants-banner{padding-top:1.5rem;padding-bottom:6.25rem}@media (max-width: 47.99875em){.consultants-banner{padding-top:1rem}}@media (max-width: 29.99875em){.consultants-banner{padding-bottom:4.125rem}}.consultants-banner__body{padding:4rem 2.5rem 5.4375rem;border-radius:2rem;background-color:#fae1f9}@media (min-width: 47.99875em){.consultants-banner__body{position:relative}}@media (max-width: 47.99875em){.consultants-banner__body{padding:2rem 1.25rem 0 1.5rem}}@media (min-width: 47.99875em){.consultants-banner__content{max-width:47%}}.consultants-banner__title{font-size:3rem;font-weight:700;line-height:1.16;letter-spacing:-1.2px}@media (max-width: 47.99875em){.consultants-banner__title{font-size:2.1875rem;margin-bottom:1.5rem}}.consultants-banner__text{max-width:28.625rem}@media (min-width: 47.99875em){.consultants-banner__image{position:absolute;top:50%;right:0;transform:translateY(-45%);width:45%}}@media (max-width: 47.99875em){.consultants-banner__image{max-width:100%;margin-bottom:-17%}}.consultants{padding-top:4.875rem;padding-bottom:4rem}.consultants__title{font-size:2rem;margin-bottom:3rem}.consultants__list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 84em){.consultants__list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 47.99875em){.consultants__list{display:flex;flex-direction:column}.consultants__card:nth-child(n+7){display:none}.show-all .consultants__card:nth-child(n+7){display:flex}}.consultants__show-more-button{align-self:flex-start;color:#001aea;font-weight:700;text-decoration:underline}@media (min-width: 47.99875em){.consultants__show-more-button{display:none}}.show-all .consultants__show-more-button{display:none}.consultant-card{padding:1.5rem;border-radius:.5rem;box-shadow:0 2px 18px #18191c08;border:1px solid #efefef;background-color:#f8f8f8;display:flex;flex-direction:column;transition:background-color .3s,border-color .3s}@media (any-hover: hover){.consultant-card:hover{background-color:#fff;border-color:#0063fb}}.consultant-card__header{padding-bottom:1.5rem;border-bottom:1px solid #efefef;display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.consultant-card__image{width:6.125rem;height:6.125rem;border-radius:50%;flex:0 0 auto}@media (max-width: 47.99875em){.consultant-card__image{width:5rem;height:5rem}}.consultant-card__pin{background-color:#e5f1fe;color:#0063fb;margin-bottom:.5rem}.consultant-card__name{font-size:1.25rem;font-weight:800;letter-spacing:.3px;margin-bottom:.5rem}.consultant-card__location{display:flex;gap:.5rem;font-size:.875rem;font-weight:600;letter-spacing:.3px;color:#606060}.consultant-card__body{margin-bottom:1rem;flex:1 1 auto}.list{color:#606060;font-size:.875rem;font-weight:600;letter-spacing:.3px;display:flex;flex-direction:column;gap:.5rem}.list__item{display:flex;gap:1.125rem;padding-left:.375rem;align-items:flex-start}.list__item:before{content:"";margin-top:.375rem;width:.25rem;height:.25rem;border-radius:50%;flex:0 0 auto;background-color:currentColor}.pin{padding:.25rem .75rem;border-radius:2rem;font-weight:700;display:inline-flex;align-items:center;gap:.5rem}.pin--green{color:#13b678;background-color:#c4eddd}.pin--yellow{background-color:#fff9e9;color:#ffc52a}.consultants-stepper{padding-top:6.5rem;padding-bottom:6.5rem}@media (max-width: 47.99875em){.consultants-stepper{padding-top:4rem;padding-bottom:6rem}}.consultants-stepper__title{margin-bottom:4rem}.consultants-stepper__list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 70.74875em){.consultants-stepper__list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 47.99875em){.consultants-stepper__list{display:flex;flex-direction:column}}.consultants-stepper__step{border-radius:2rem;padding:2rem}@media (min-width: 47.99875em) and (max-width: 70.74875em){.consultants-stepper__step:nth-child(3){grid-column:span 2;display:flex;flex-direction:column;align-items:center;text-align:center}}.consultants-stepper__step-pin{margin-bottom:2.5rem;background-color:#fff}.consultants-stepper__step-title{font-size:1.25rem;font-weight:800;margin-bottom:1rem}.consultants-stepper__step-text{max-width:19.0625rem;font-weight:500}@media (max-width: 47.99875em){.consult-form{padding:2rem 1rem;border-radius:1rem;background-color:#f8f8f8}}.consult-form__inputs{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:41rem;margin-bottom:2rem}@media (max-width: 47.99875em){.consult-form__inputs{display:flex;flex-direction:column}.search-header__container{padding:0}}.search-header__body{padding:2.8125rem 2.5rem;border-radius:2rem;background:#0063fb url(/build/assets/form-bg-d6vHYR-l.png) center center/cover no-repeat}@media (max-width: 47.99875em){.search-header__body{border-radius:0 0 2rem 2rem;padding:2rem 1rem 3rem}}.search-header__row{margin-bottom:2rem}@media (min-width: 70.74875em){.search-header__wrapper{border-radius:100px;background-color:#fff;display:flex;align-items:center;gap:1.5rem;max-width:65.75rem}}.search-header__main-form{flex:1 1 auto;border-right:1px solid #efefef;display:flex;height:4rem;padding:.75rem 1.25rem .75rem 1.5rem}@media (max-width: 70.74875em){.search-header__main-form{background-color:#fff;border-radius:50px;margin-bottom:1.5rem}}.search-header__clear-button{flex:0 0 auto;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center;align-self:center;transition:transform .3s}@media (any-hover: hover){.search-header__clear-button:hover{transform:scale(1.2)}}.search-header__input{flex:1 1 auto;outline:none;padding:0 .75rem;font-size:1.25rem;font-weight:800}@media (max-width: 47.99875em){.search-header__input{font-size:1rem}}.search-header__submit-button{flex:0 0 auto}@media (max-width: 47.99875em){.search-header__submit-button{width:2.75rem;height:2.75rem;justify-content:center;align-items:center;border-radius:50%;padding:0}.search-header__submit-button .button__label{display:none}}.search-header__actions{display:flex;gap:1.5rem;align-items:center}@media (max-width: 70.74875em){.search-header__actions{flex-direction:row-reverse;justify-content:flex-end}.search-header__actions .countries-selector{padding:.125rem .25rem}.search-header__actions .countries-selector__button{color:#fff}}@media (max-width: 47.99875em){.search-header__actions .countries-selector__content{position:absolute;min-width:12rem}}.search-header__filters-button{width:2.5rem;height:2.5rem;border-radius:50%;flex:0 0 auto;margin-right:.75rem;padding:.5rem .75rem}@media (max-width: 70.74875em){.search-header__filters-button{background-color:#fff;color:#191919}}.search-header__footer{color:#fff}.search-area{padding-top:4.5rem;padding-bottom:6.5rem}.search-area__header{margin-bottom:2.5rem}@media (min-width: 47.99875em){.search-area__body{display:grid;grid-template-columns:16.625rem 1fr 12rem;gap:2rem;align-items:flex-start}}@media (min-width: 47.99875em) and (max-width: 70.74875em){.search-area__body{display:grid;grid-template-columns:16.625rem 1fr}}@media (max-width: 47.99875em){.search-area__sidebar{display:none}}.search-area__content{display:flex;flex-direction:column;gap:1rem}.search-area__other-info{display:flex;flex-direction:column;gap:5rem}@media (max-width: 70.74875em){.search-area__other-info{display:none}}.header-search-area{display:flex;justify-content:space-between;gap:2.5rem;align-items:flex-end}@media (max-width: 47.99875em){.header-search-area{flex-direction:column;align-items:stretch}}.header-search-area__selectors{flex-wrap:wrap;display:flex;gap:1rem}@media (max-width: 29.99875em){.header-search-area__selectors{flex-direction:column}.header-search-area__selectors .custom-select-trigger{width:100%}.header-search-area__selectors .custom-options{width:100%;z-index:2}}.search-all-services:not(:last-child){margin-bottom:5rem}@media (max-width: 47.99875em){.search-all-services{text-align:center}}.search-all-services__title{font-size:1.25rem;font-weight:800;letter-spacing:.3px;margin-bottom:2rem}.search-all-services__list{display:flex;flex-direction:column;gap:1rem}@media (max-width: 47.99875em){.search-all-services__list{align-items:center}}.search-all-services__link{font-weight:500}@media (any-hover: hover){.search-all-services__link:hover{text-decoration:underline}}.search-sidebar{padding:1.1875rem;border-radius:8px;background-color:#f8f8f8}.search-sidebar__part:not(:last-child){padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid #e7e7ee}.search-sidebar__part .checkboxes:not(:last-child){margin-bottom:1.25rem}.search-sidebar__part [data-hide-filter-item],.search-sidebar__part [data-hide-filter-hide]{display:none}.search-sidebar__part.show-all [data-hide-filter-item]{display:block}.search-sidebar__part.show-all [data-hide-filter-hide]{display:inline-block}.search-sidebar__part.show-all [data-hide-filter-show]{display:none}.search-sidebar__label{font-size:1.125rem;font-weight:800;margin-bottom:1.25rem}.search-sidebar__reset-button{display:flex;gap:.5rem;align-items:center;color:#001aea;transition:color .3s;font-weight:700}@media (any-hover: hover){.search-sidebar__reset-button:hover{color:#0063fb}}.search-page-banner{display:block}.search-page-banner__image{width:100%}.search-page-banner--fw-mobile{margin-top:4rem;margin-bottom:4rem}@media (max-width: 47.99875em){.search-page-banner--fw-mobile{margin:.5rem -1rem}}.search-page-navigation-wrapper{padding-top:5rem}.search-page-navigation{border-radius:40px;border:1px solid #7fb9f9;padding:.5rem;display:inline-flex;gap:.5rem}.search-page-navigation__button{width:2.5rem;height:2.5rem;display:flex;justify-content:center;align-items:center;transition:color .3s,background-color .3s;color:#999;font-weight:700;border-radius:50%;flex:0 0 auto}@media (any-hover: hover){.search-page-navigation__button:hover{color:#0063fb}}.search-page-navigation__button.active{background-color:#e5f1fe;color:#0063fb}.smiles-block{border-radius:8px;background-color:#fff9e9;padding:2rem}.smiles-block__title{gap:1rem;font-size:1.25rem;font-weight:800;letter-spacing:.3px;margin-bottom:1rem}.smiles-block__smiles{display:flex;gap:1rem}.smiles-block__smile img{width:2rem;height:2rem;-o-object-fit:contain;object-fit:contain}.user-work-body{display:flex;align-items:center;gap:.6875rem;color:#191919;padding-left:1.75rem}.user-work-body__decor{width:.125rem;height:.125rem;border-radius:50%;background-color:currentColor}.search-cv-offer{padding:2rem;border-radius:.5rem;background-color:#fff9e9;display:flex;align-items:center;gap:1rem;justify-content:space-between}@media (max-width: 47.99875em){.search-cv-offer{flex-direction:column;align-items:flex-start}}.search-cv-offer__content{display:flex;flex-direction:column;gap:.5rem}.search-cv-offer__title{font-size:1.25rem;font-weight:800;letter-spacing:.3px}.search-cv-offer__button{flex:0 0 auto}.search-filters{padding-bottom:6.125rem;position:fixed;top:0;width:100%;height:100%;overflow-y:auto;z-index:40;background-color:#f8f8f8;transition:left .3s,visibility .3s;left:-100%;visibility:hidden}@media (max-width: 47.99875em){.search-filters{background-color:#fff;padding-top:5.875rem}}.filters-open .search-filters{visibility:visible;left:0}.search-filters__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem}@media (max-width: 47.99875em){.search-filters__header{margin-bottom:1.5rem}.search-filters__title{font-size:2rem;font-weight:500}.search-filters__header-button{display:none}}@media (min-width: 47.99875em){.search-filters__header-button--mobile{display:none}}@media (max-width: 47.99875em){.search-filters__header-button--mobile{display:inline-block;width:2rem;height:2rem;display:flex;justify-content:center;align-items:center}}.search-filters__content{display:flex;flex-direction:column;gap:3rem}@media (max-width: 47.99875em){.search-filters__content{gap:1.5rem}}@media (min-width: 47.99875em){.search-filters__form-button-wrapper{padding-top:3rem}}@media (max-width: 47.99875em){.search-filters__form-button-wrapper{position:fixed;bottom:0;left:0;width:100%;z-index:400;padding:1rem;display:flex;justify-content:center;background-color:#fff;box-shadow:0 8px 20px -2px #0000001a}}@media (min-width: 47.99875em){.part-search-filters{display:grid;grid-template-columns:31.402439% 1fr;gap:2rem;align-items:flex-start}}@media (max-width: 47.99875em){.part-search-filters{border-bottom:1px solid #efefef;padding-bottom:1.5rem}.part-search-filters:has(.range){padding-bottom:3.625rem}}.part-search-filters__label{font-size:1.25rem;font-weight:500}@media (max-width: 47.99875em){.part-search-filters__label{margin-bottom:2rem}}@media (min-width: 47.99875em){.part-search-filters__body{max-width:40rem}.part-search-filters__grid{max-width:34.875rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.part-search-filters__grid .checkbox:not(:last-child){margin-bottom:0}}@media (max-width: 47.99875em){._mobile-spoiler{padding-bottom:0}._mobile-spoiler .part-search-filters__label{display:flex;justify-content:space-between;padding:1.0625rem 0;margin-bottom:0}}._mobile-spoiler__spoiler-button{color:#001aea}@media (min-width: 47.99875em){._mobile-spoiler__spoiler-button{display:none}}._mobile-spoiler__spoiler-button--close{display:none;color:#191919;margin-right:.3125rem}.opened ._mobile-spoiler__spoiler-button{display:none}.opened ._mobile-spoiler__spoiler-button--close{display:inline-block}._mobile-spoiler__input{display:none}@media (max-width: 47.99875em){.opened ._mobile-spoiler__input{display:flex;margin-bottom:1.5rem}._mobile-spoiler .part-search-filters__body{display:none}._mobile-spoiler.opened .part-search-filters__body{display:block;padding:2rem 1rem;background-color:#f8f8f8;border-radius:1rem}}@media (min-width: 47.99875em){.search-filters__button-submit{display:none}}@media (max-width: 47.99875em){.search-filters__button-submit{position:fixed;bottom:0;left:0;width:100%;z-index:400;padding:1rem;display:flex;justify-content:center;background-color:#fff;box-shadow:0 8px 20px -2px #0000001a}}.login-wrapper{padding-bottom:4rem}@media (min-width: 47.99875em){.login-wrapper{padding-top:2.5rem}}.login-wrapper__container{display:flex;gap:2rem}@media (max-width: 70.74875em){.login-wrapper__container{gap:1.5rem}}@media (min-width: 47.99875em){.login-wrapper__container{align-items:flex-start}}@media (max-width: 47.99875em){.login-wrapper__container{flex-direction:column}}@media (min-width: 47.99875em){.main-login-block{flex:0 0 57%;border-radius:2rem;background-color:#fff;padding:3.5rem 1.25rem}}.main-login-block__content{max-width:33rem;margin:0 auto}.main-login-block__header{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;margin-bottom:2.5rem}.main-login-block__sub-header{display:flex;justify-content:space-between;gap:1.25rem;align-items:center;margin-bottom:1rem}.main-login-block__form{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.main-login-block__actives{display:flex;flex-direction:column;gap:1.5rem;align-items:center;margin-bottom:2.5rem}.main-login-block__footer{text-align:center;max-width:25.625rem;margin:0 auto;font-size:.875rem;font-weight:600;letter-spacing:.3px}.login-form__inputs{display:flex;flex-direction:column;gap:1rem}.login-form__forgotPasswords{display:flex;justify-content:end}.login-form__forgotPasswords a{color:#001aea;font-size:14px}.login-form__bottom{display:flex;justify-content:space-between;align-items:center}@media (max-width: 47.99875em){.login-form__bottom{flex-direction:column-reverse!important;align-items:flex-start}.login-form__bottom .checkbox{margin-bottom:2rem}}.login-form__bottom--reverse{flex-direction:row-reverse}.login-form__bottom--column{flex-direction:column-reverse;align-items:flex-start}.login-form__bottom--column .checkbox{margin-bottom:1rem}.offer-login{background-color:#e5f1fe;border-radius:2rem;overflow:hidden;text-align:right}.offer-login__content{padding:3.5rem 8.125rem 0 3.5rem;text-align:left}@media (max-width: 84em){.offer-login__content{padding:1.25rem 1.25rem 1.5625rem}}.offer-login__title{margin-bottom:1rem}.offer-login__text{font-weight:500;margin-bottom:2rem}.offer-login__image{max-width:70%}.offer-login__image--search{margin-top:-7.5rem}@media (max-width: 70.74875em){.offer-login__image--search{margin-top:-2.5rem;max-width:60%}}@media (max-width: 47.99875em){.offer-login__image--search{margin-top:-6.25rem}}.account-main{padding-bottom:4rem}@media (min-width: 47.99875em){.account-main{padding-top:2.5rem}.account-main__container{display:flex;gap:2rem;align-items:flex-start}.account-main__left{flex:0 0 57.317073%;padding:3.5rem;background-color:#fff;border-radius:2rem}}@media (min-width: 47.99875em) and (max-width: 84em){.account-main__left{padding:1.25rem}}@media (max-width: 47.99875em){.account-main__left:not(:last-child){margin-bottom:1.875rem}}@media (min-width: 47.99875em){.account-main__left-content{max-width:38.5rem}}.account-main__left-head{margin-bottom:2.5rem}@media (max-width: 70.74875em){.account-main__title{font-size:2.375rem}}.account-main__right{flex:1 1 auto}.account-main__right-wrapper{border:1px solid #999999;border-radius:2rem;padding:3.5rem 1.875rem;margin-bottom:2rem;background-color:#f8f8f8}@media (max-width: 84em){.account-main__right-wrapper{padding:1.25rem}}@media (max-width: 47.99875em){.account-main__right-wrapper{padding:2rem 1.5rem}}.account-main__right-head{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.account-main__right-buttons{display:flex;flex-direction:column;gap:1rem}.account-main__right-buttons:not(:last-child){margin-bottom:1rem}.replenishment{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media (max-width: 84em){.replenishment{display:flex;flex-direction:column}}.replenishment__item{padding:1.5rem;border-radius:2rem;border:1px solid #efefef;transition:border-color .3s}@media (any-hover: hover){.replenishment__item:hover{border-color:#ffc52a}.replenishment__item:hover .replenishment__title{color:#ffc52a}}.replenishment__icon{margin-bottom:2rem}.replenishment__title{margin-bottom:.5rem;font-size:1.25rem;font-weight:800;letter-spacing:.3px;transition:color .3s}.replenishment__text{font-weight:500}.account-form{margin-bottom:1.875rem}.account-form__items{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}@media (min-width: 70.74875em){.account-form__item{display:grid;grid-template-columns:10.375rem 1fr;gap:.625rem;align-items:start}}.account-form__item-label{padding-top:.625rem;font-weight:700}@media (max-width: 70.74875em){.account-form__item-label{margin-bottom:.5rem}}.account-form__item-body .custom-select-trigger,.account-form__item-body .custom-options{width:100%}.account-form__item-body .custom-options [data-value=""]{display:none}.account-form__item-body .input-with-clear-button:not(:last-child){margin-bottom:.625rem}.account-form__item-body .checkbox:not(:last-child){margin-bottom:1rem}.account-form__item-pin{margin-top:5px;color:#606060}.account-form__item-inputs{display:flex;gap:1rem}.account-form__item-inputs .custom-select-trigger,.account-form__item-inputs .input-wrapper{width:7.375rem;flex:0 0 auto}.account-form__item-inputs .custom-options{min-width:100%}.current-time .account-form__item-inputs{display:none}.account-form-body__stack-block{margin-bottom:1rem}@media (min-width: 47.99875em){.account-main-nav{display:none}}@media (max-width: 47.99875em){.account-main-nav{padding:.5rem 1rem 3.9375rem}}.account-main-nav__link{display:flex;align-items:center;gap:1.25rem;justify-content:space-between;border-bottom:1px solid #efefef;padding:1.5rem 1rem 1.5rem 0;font-size:2rem;font-weight:500}.account-main-nav__link svg{flex:0 0 auto;color:#001aea}.active-ads-header{padding-top:1.5rem;margin-bottom:3rem}@media (max-width: 47.99875em){.active-ads-header{margin-bottom:2rem}}.active-ads-header__container{display:flex;justify-content:space-between;gap:2.5rem;align-items:center}@media (max-width: 70.74875em){.active-ads-header__container{flex-direction:column;gap:2rem;align-items:flex-start}}.active-ads-header__left{display:flex;align-items:center;gap:1.5rem}@media (max-width: 47.99875em){.active-ads-header__left{width:100%;justify-content:space-between}}.active-ads-header__count{width:4rem;height:4rem;border-radius:50%;background-color:#89dabb;display:flex;justify-content:center;align-items:center;font-size:1.25rem;font-weight:800;text-align:center;flex:0 0 auto}@media (max-width: 47.99875em){.active-ads-header__count{width:3.125rem;height:3.125rem}}.active-ads-header__rightButtons{display:flex;justify-content:space-between;gap:2.5rem;align-items:center}@media (max-width: 70.74875em){.active-ads-header__rightButtons{flex-direction:column;gap:2rem;align-items:flex-start}.active-ads-header__wallet{width:100%}}.wallet-button{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:4.375rem;background-color:#efefef;font-size:1.25rem;font-weight:700;transition:background-color .3s}@media (any-hover: hover){.wallet-button:hover{background-color:#e7e7e7}}.wallet-button__icon{width:4rem;height:4rem;border-radius:50%;flex:0 0 auto;background-color:#fff;display:flex;justify-content:center;align-items:center}.wallet-button__text{width:110%;display:flex;flex-wrap:wrap;justify-content:space-between;gap:5px}.wallet-button__value{color:#13b678;margin-right:5px}.active-ads-main{padding-bottom:2.75rem}@media (min-width: 47.99875em){.active-ads-main__container{display:grid;grid-template-columns:1fr 33%;gap:1.25rem}}.active-ads-main__content{display:flex;flex-direction:column;gap:1rem}.active-ads-main__decor{align-self:flex-end}.active-ads-main__decor-image{max-width:100%}.offer-active-ads{padding:1.5rem;background-color:#fff;border:1px solid #efefef;border-radius:.5rem}@media (min-width: 70.74875em){.offer-active-ads{display:flex;align-items:center}}.offer-active-ads .button{flex:0 0 auto}.offer-active-ads__body{display:flex;flex-direction:column;gap:.5rem}@media (max-width: 70.74875em){.offer-active-ads__body{margin-bottom:2rem}}.offer-active-ads__title{font-size:1.25rem;font-weight:800;letter-spacing:.3px}.offer-active-ads__info{font-weight:500}.card-active-ads{padding:1.5rem;border-radius:.5rem;background-color:#fff;border:1px solid #efefef;box-shadow:0 0 4px -2px #0000001a;display:flex;flex-direction:column;gap:1rem}@media (max-width: 47.99875em){.card-active-ads{gap:1.5rem}}.card-active-ads__top-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem}.card-active-ads__date{color:#999;font-weight:700;font-size:.875rem}@media (max-width: 47.99875em){.card-active-ads__date{font-size:.75rem}}.card-active-ads__location{display:flex;align-items:center;gap:.5rem}.card-active-ads__location-flag{width:1.375rem;height:1.375rem;border-radius:50%;overflow:hidden;flex:0 0 auto}.card-active-ads__location-flag img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-active-ads__location-name{color:#606060;font-weight:700}@media (max-width: 47.99875em){.card-active-ads__location-name{font-size:.875rem}}.card-active-ads__remove-button{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700}.card-active-ads__remove-button svg{transition:transform .3s}@media (any-hover: hover){.card-active-ads__remove-button:hover svg{transform:translate(-3px)}}.card-active-ads__title{font-size:1.25rem;font-weight:800}.card-active-ads__title--small{font-size:1rem}.card-active-ads__title--middle{font-size:1.125rem}.card-active-ads__title--large{font-size:1.25rem}.card-active-ads__body{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;flex-wrap:wrap}.card-active-ads__blue-label{font-size:.875rem;font-weight:700;color:#001aea}.card-active-ads__results-list{padding:1rem 1.5rem;border-radius:4.375rem;background-color:#f8f8f8;display:flex;-moz-column-gap:.5rem;column-gap:.5rem;font-weight:700;color:#606060;flex-wrap:wrap}@media (max-width: 47.99875em){.card-active-ads__results-list{padding:1rem;-moz-column-gap:.3125rem;column-gap:.3125rem;font-size:.875rem}}.card-active-ads__results-list-item:not(:first-child){display:flex;align-items:center;gap:.5rem}@media (max-width: 47.99875em){.card-active-ads__results-list-item:not(:first-child){gap:.3125rem}}.card-active-ads__results-list-item:not(:first-child):before{content:"";width:.25rem;height:.25rem;border-radius:50%;background-color:currentColor}.card-active-ads__small-results{display:flex;justify-content:flex-end;flex:1 1 auto;gap:1rem}.card-active-ads__count{font-size:1.25rem;font-weight:800;color:#ffc52a}.card-active-ads__footer{padding-top:1rem;border-top:1px solid #f8f8f8;display:flex}.card-active-ads__buttons{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap}@media (max-width: 29.99875em){.card-active-ads__buttons{flex-direction:column;align-items:flex-start;gap:1.5rem}}.statistic{padding-top:1.25rem;padding-bottom:3.75rem}.statistic__title{margin-bottom:3rem}@media (min-width: 47.99875em){.statistic__body{padding:2.5rem;border-radius:.5rem;background-color:#fff;box-shadow:0 0 4px -2px #0000001a;border:1px solid #efefef}}.statistic__parts{display:flex;flex-direction:column;gap:4rem}.statistic__parts:not(:last-child){margin-bottom:2rem}@media (max-width: 47.99875em){.statistic__parts{gap:2.5rem}}.part-statistic__label{margin-bottom:2rem;font-size:2rem;font-weight:500}@media (min-width: 47.99875em){.part-statistic__table{display:grid;grid-template-columns:repeat(3,1fr)}}.part-statistic__table-header{margin-bottom:1rem;background-color:#f8f8f8;color:#001aea;font-size:1.25rem;font-weight:500;grid-column:span 4;display:grid;grid-template-columns:subgrid}.part-statistic__table-header .part-statistic__item:not(:last-child){border-right:none}@media (max-width: 47.99875em){.part-statistic__table-header{display:none}}.part-statistic__item{padding:1rem}@media (min-width: 47.99875em){.part-statistic__item:not(:last-child){border-right:1px solid #efefef}}@media (max-width: 47.99875em){.part-statistic__item:not(:last-child){border-bottom:1px solid #efefef}}@media (min-width: 47.99875em){.part-statistic__item-header{display:none}}@media (max-width: 47.99875em){.part-statistic__item-header{color:#001aea;font-size:1.25rem;margin-bottom:.5rem;font-weight:500}}.part-statistic__body{font-weight:700;color:#4097f6}@media (min-width: 47.99875em){.part-statistic__body{border:1px solid #efefef;grid-column:span 4;display:grid;grid-template-columns:subgrid}}@media (max-width: 47.99875em){.part-statistic__body{display:flex;flex-direction:column;gap:.5rem}}@media (min-width: 47.99875em){.part-statistic__row{grid-column:span 4;display:grid;grid-template-columns:subgrid}.part-statistic__row:not(:first-child){border-top:1px solid #efefef}}@media (max-width: 47.99875em){.part-statistic__row{background-color:#f8f8f8;border:1px solid #efefef}}@media (min-width: 47.99875em){.profile-search-status{padding:2.5rem;border-radius:2rem;box-shadow:0 2px 18px #18191c08;background-color:#fff}}@media (max-width: 47.99875em){.profile-search-status{padding-top:1.25rem}}.profile-search-status__header{display:flex;justify-content:space-between;gap:1.875rem;align-items:center}.profile-search-status__header:not(:last-child){margin-bottom:3rem}@media (max-width: 47.99875em){.profile-search-status__header:not(:last-child){margin-bottom:1.5rem}}.profile-search-status__title{font-size:2rem;font-weight:500;color:#001aea}@media (max-width: 47.99875em){.profile-search-status__title{font-size:1.5rem}}.profile-search-status__close{flex:0 0 auto;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.profile-search-status__radio{display:flex;flex-direction:column;gap:1.5rem}.job-offer-question{padding:2rem;border-radius:.5rem;background-color:#fff9e9}@media (max-width: 47.99875em){.job-offer-question{padding:1.5rem}}.job-offer-question:not(:last-child){margin-bottom:5rem}@media (max-width: 47.99875em){.job-offer-question:not(:last-child){margin-bottom:4rem}}.job-offer-question__title{margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.job-offer-question__text{font-weight:500;margin-bottom:1rem}.job-offer-question__buttons,.job-offer-actives{display:flex;flex-wrap:wrap;gap:1rem}.job-offer-actives:not(:last-child){margin-bottom:4.375rem}@media (max-width: 47.99875em){.job-offer-actives:not(:last-child){margin-bottom:2rem}}@media (min-width: 70.74875em){.job-offer-table{display:grid;grid-template-columns:3fr 7fr 4fr}}.job-offer-table__heder{display:none;border-bottom:1px solid #efefef;margin-bottom:2rem}@media (min-width: 70.74875em){.job-offer-table__heder{display:grid;grid-column:span 3;grid-template-columns:subgrid;padding-left:1rem;font-weight:700;padding-bottom:1.25rem;color:#606060}.job-offer-table__body{display:grid;grid-column:span 3;grid-template-columns:subgrid;padding-left:1rem}.job-offer-table__item{display:grid;grid-column:span 3;grid-template-columns:subgrid;padding-bottom:1.4375rem;border-bottom:1px solid #efefef;margin-bottom:.625rem}}@media (max-width: 70.74875em){.job-offer-table__item{background-color:#f8f8f8;padding:1rem}}.job-offer-table__item-part{align-self:flex-start}@media (max-width: 70.74875em){.job-offer-table__item-part:not(:last-child){padding-bottom:1rem;margin-bottom:1rem;position:relative}.job-offer-table__item-part:not(:last-child):before{content:"";position:absolute;bottom:0;left:-1rem;width:calc(100% + 2rem);height:.0625rem;background-color:#efefef}.job-offer-table__item-part{gap:.5rem}.job-offer-table__item-part--status{display:flex;align-items:center;justify-content:space-between}}.job-offer-table__item-part--oferta{display:flex;flex-direction:column}.job-offer-table__item-part--date{font-weight:700;display:flex;align-items:center;gap:.625rem;justify-content:space-between}@media (max-width: 70.74875em){.job-offer-table__item-part--date{display:grid;grid-template-columns:1fr 1fr}}@media (min-width: 70.74875em){.job-offer-table__item-label{display:none}}@media (max-width: 70.74875em){.job-offer-table__item-label{display:inline-block;font-weight:700;color:#606060;order:0}}.job-offer-table__title{font-size:1.25rem;font-weight:800}.job-offer-table__title:not(:last-child){margin-bottom:.5rem}.job-offer-table__location{font-weight:700}.job-offer-table__location:not(:last-child){margin-bottom:1.1875rem}.job-offer-table__actives{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap;font-size:.875rem}.job-offer-table__actives .link{display:inline-flex;align-items:center;gap:.5rem}@media (max-width: 70.74875em){.job-offer-table__date{order:2}.job-offer-table__date-button-wrapper{display:flex;justify-content:flex-end}}.small-page{padding:2rem 0 4rem}@media (min-width: 47.99875em){.small-page__container{padding:0 10rem}}.small-page__window{position:relative}.small-page__window:has(.window-result){padding-bottom:0}@media (min-width: 47.99875em){.small-page__window{max-width:47rem;margin:0 auto;border-radius:2rem;background-color:#fff;padding:3.5rem}}@media (min-width: 47.99875em) and (max-width: 70.74875em){.small-page__window{padding:2rem 1.5rem}}@media (min-width: 47.99875em){.small-page__window:before,.small-page__window:after{content:"";position:absolute}.small-page__window:before{width:7rem;height:11.4375rem;background:url(/build/assets/small-page-left-decor-CJ1eg-34.svg) center center/contain no-repeat;right:calc(100% + 1.5rem);top:0}.small-page__window:after{width:8rem;height:22rem;background:url(/build/assets/small-page-right-decor-WXg2caw0.svg) center center/contain no-repeat;left:calc(100% + 1rem);bottom:2rem}.small-page__content{max-width:33rem;margin:0 auto}}.small-page__pin{margin-bottom:1rem}.small-page__title{max-width:25.25rem;margin-bottom:2.5rem}.small-page__inputs{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.window-result{display:flex;flex-direction:column;text-align:center;align-items:center}.window-result__icon{margin-bottom:1rem;display:flex;justify-content:center;align-items:center;width:3.125rem;height:3.125rem;border-radius:50%}.window-result__title{margin-bottom:1rem}.window-result__sub-title{font-size:1.25rem;font-weight:500}.pricing{padding-top:1.5rem;padding-bottom:6.5rem}.pricing__title{margin-bottom:3rem}.cv-main-block{padding-bottom:3.875rem}@media (min-width: 47.99875em){.cv-main-block__container{display:grid;grid-template-columns:7fr 5fr;gap:2.5rem}}.cv-main-block__container--secondary{grid-template-columns:9fr 3fr}.cv-main-block__list{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 47.99875em){.cv-main-block__list{margin-bottom:2.5rem}}.cv-main-block__right{display:flex;flex-direction:column;align-items:flex-end}@media (max-width: 47.99875em){.cv-main-block__right{align-items:center}}.cv-main-block__banners{display:flex;flex-direction:column;gap:2rem}.cv-main-block__banners:not(:last-child){margin-bottom:5rem}.cv-main-block__banner{max-width:12rem}.cv-main-block__banner img{max-width:100%}.create-cv{padding:1.5rem 0 4rem}@media (min-width: 70.74875em){.create-cv__container{display:flex;gap:3.875rem}}.create-cv__header{display:flex;flex-direction:column;gap:10rem}@media (min-width: 70.74875em){.create-cv__header{padding-top:8.25rem;flex:0 0 17.125rem}}@media (max-width: 70.74875em){.create-cv__header{margin-bottom:2rem}}.create-cv__image{max-width:100%}@media (max-width: 70.74875em){.create-cv__image{display:none}}@media (min-width: 47.99875em){.create-cv__body{flex:1 1 auto;padding:3.5rem 3.125rem;border-radius:2rem;background-color:#fff}}.create-cv__content{max-width:50.9375rem}.create-cv__steps{display:flex;flex-wrap:wrap;gap:1.5rem}.create-cv__steps:not(:last-child){margin-bottom:3.5rem}@media (max-width: 47.99875em){.create-cv__steps{justify-content:space-between}}.create-cv__step{padding:.25rem .75rem;border-radius:2rem;font-weight:700;background-color:#f8f8f8;color:#191919;transition:color .3s,background-color .3s}@media (any-hover: hover){.create-cv__step:hover{background-color:#f3f3f3}}.create-cv__step.passed{background-color:#ffc52a;color:#fff}@media (any-hover: hover){.create-cv__step.passed:hover{background-color:#fabd16}}.create-cv__step.active{background-color:transparent;color:#ffc52a;pointer-events:none}@media (max-width: 70.74875em){.create-cv__step-label{display:none}}.create-cv__form{max-width:41.25rem}.create-cv__label{font-weight:500;font-size:1.25rem}.create-cv__label:not(:last-child){margin-bottom:1.5rem}.create-cv__select-plus .ss-main{min-height:2.8125rem}.create-cv__select .ss-main{height:2.5rem}.create-cv__button-wrapper{display:flex;justify-content:flex-end;gap:.8125rem}@media (max-width: 47.99875em){.create-cv__button-wrapper{flex-direction:column;align-items:flex-end}}.create-cv__input_text{display:flex;align-items:center;border-radius:40px!important;padding:.625rem 1rem;border:1px solid #efefef;min-height:2.5rem;font-weight:500;background-color:transparent;color:#001aea;flex-wrap:wrap;gap:5px}.cv-professions:not(:last-child){margin-bottom:3.5rem}.cv-professions__part{display:flex;gap:.875rem;flex-wrap:wrap}.cv-professions__part:not(:last-child){margin-bottom:1.5rem}.cv-professions__item{padding:.5rem 1rem;border-radius:2.5rem;border:1px solid #999999;background-color:#fff;font-weight:500;transition:background-color .3s}@media (any-hover: hover){.cv-professions__item:hover{background-color:#f5f5f5}}.disabled-part{opacity:.3;pointer-events:none}.cv-last-experience{padding:2.5rem;border-radius:2rem;border:1px solid #efefef;background-color:#fff}.cv-last-experience._new{background-color:#f8f8f8}@media (max-width: 47.99875em){.cv-last-experience{padding:1.5rem 1rem}}.cv-last-experience__header{display:flex;gap:1.25rem;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.cv-last-experience__title{font-size:1.25rem;font-weight:500}.cv-last-experience__delete{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700}._new .cv-last-experience__delete{display:none}.cv-last-experience__base{display:flex;flex-direction:column;gap:1rem;max-width:25.625rem;margin-bottom:2.5rem}.cv-last-experience__about{max-width:25.625rem;margin-bottom:2.5rem}.cv-last-experience__about-label{margin-bottom:.5rem;font-size:.875rem;font-weight:700}.cv-last-experience__period{display:flex;gap:2.5rem;margin-bottom:2.5rem}@media (max-width: 47.99875em){.cv-last-experience__period{flex-direction:column;gap:2rem;margin-bottom:2rem}}.cv-last-experience__period-label{font-size:1.25rem;font-weight:500;margin-bottom:1.5rem}.cv-last-experience__period-content .checkbox{margin-top:1.625rem}.cv-last-experience__inputs{display:flex;gap:1rem}.cv-last-experience__inputs .custom-select-trigger,.cv-last-experience__inputs .input-wrapper{width:7.375rem;flex:0 0 auto}.cv-last-experience__inputs .custom-select-month .custom-select-trigger{width:11rem}.cv-last-experience__inputs .custom-options{min-width:100%}.current-time .cv-last-experience__inputs{display:none}._new .cv-last-experience__add-button{background-color:#999;color:#fff;border:none}._new .cv-last-experience__add-button .button__icon{background-color:#fff;color:#999;transition:color .3s}@media (any-hover: hover){._new .cv-last-experience__add-button:hover{background-color:#191919}._new .cv-last-experience__add-button:hover .button__icon{color:#191919}}.announcement-page{padding-top:1.5rem;padding-bottom:4rem}@media (min-width: 70.74875em){.announcement-page__container{display:grid;grid-template-columns:7fr 5fr;gap:2rem}}@media (min-width: 47.99875em){.announcement-page__left-content{padding:3.5rem 5rem 3.5rem 3.5rem;border-radius:2rem;background-color:#fff}.announcement-page__left-content:not(:last-child){margin-bottom:4rem}}@media (max-width: 47.99875em){.announcement-page__left-content{margin-bottom:3.5rem}}@media (max-width: 70.74875em){.announcement-page__right{margin-bottom:4rem}}.announcement__header{padding-top:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid #efefef}.announcement__header:not(:last-child){margin-bottom:2.5rem}.announcement__title{margin-bottom:1rem}.announcement__info{display:flex;gap:1rem;flex-wrap:wrap;color:#999;font-weight:700}@media (min-width: 47.99875em){.announcement__info span:not(:first-child){display:inline-flex;gap:1rem;align-items:center}.announcement__info span:not(:first-child):before{content:"";width:.25rem;height:.25rem;border-radius:50%;background-color:currentColor}}@media (max-width: 47.99875em){.announcement__info{flex-direction:column}}.announcement .heavy-category__main-info{margin-bottom:2.5rem}.announcement__label{font-size:1.25rem;font-weight:800;margin-bottom:1rem}.announcement__items{display:flex;flex-wrap:wrap;gap:1rem}.announcement__item{padding:.5rem 1rem;border-radius:2.5rem;border:1.5px solid #999999;font-weight:500}.announcement__text{font-weight:500;color:#606060}.announcement__text:not(:last-child){margin-bottom:1rem}.text-article__part p,.text-article__part ul li,.text-article__part ol{color:#606060}.text-article__part p:before,.text-article__part ul li:before,.text-article__part ol:before{background-color:#606060!important}.announcement-company{padding:3rem 2.625rem 2.875rem 3rem;border-radius:2rem;border:1px solid #999999;background-color:#f8f8f8}.announcement-company:not(:last-child){margin-bottom:2rem}@media (max-width: 47.99875em){.announcement-company{padding:1.5rem}}.announcement-company__logo{max-width:13rem;margin-bottom:1.5rem}.announcement-company__info{display:flex;justify-content:space-between;gap:1rem;align-items:center}@media (max-width: 47.99875em){.announcement-company__info{flex-direction:column;align-items:flex-start}}.announcement-company__country{display:flex;gap:.5rem;font-weight:700;color:#606060}.announcement-company__country-flag{width:1.375rem;height:1.375rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}@media (min-width: 47.99875em){.announcement-actives{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 47.99875em){.announcement-actives{display:flex;flex-direction:column;gap:1rem}}.announcement-actives:not(:last-child){margin-bottom:2rem}.announcement-actives__button{height:6rem;font-size:1.25rem;padding:1rem;gap:1.5rem;justify-content:flex-start;text-align:center}.announcement-actives__button .button__icon{width:4rem;height:4rem;color:#191919}@media (any-hover: hover){.announcement-actives__button:hover .button__icon{transform:rotate(10deg)}}.announcement-contacts{padding:1.5rem;background-color:#fff;border-radius:2rem}.announcement-contacts:not(:last-child){margin-bottom:3.625rem}.announcement-contacts__item{display:flex;gap:1rem;align-items:flex-start}.announcement-contacts__item:not(:last-child){border-bottom:1px solid #efefef;padding-bottom:1rem;margin-bottom:1rem}.announcement-contacts__icon{width:1.5rem;height:1.5rem;flex:0 0 auto;display:flex;justify-content:center;align-items:center}.announcement-contacts__content{display:flex;flex-direction:column;gap:.5rem}.announcement-contacts__label{font-size:1.25rem;font-weight:800}.announcement-contacts__value{font-weight:500}.apply-vacancy-form__title{font-size:2.5rem}@media (max-width: 47.99875em){.apply-vacancy-form__title{font-size:1.875rem}}.apply-vacancy-form__block{width:28.125rem}@media (max-width: 47.99875em){.apply-vacancy-form__block{width:100%}}.apply-vacancy-form__select .ss-main{height:2.5rem}.apply-vacancy-form__button{margin-top:2.5rem}.apply-vacancy-form__message{margin-top:.3125rem}.company-main{padding-top:5.25rem;padding-bottom:6.5rem}@media (max-width: 47.99875em){.company-main{padding-top:1rem;padding-bottom:0rem}}.company-main__header{display:flex;gap:2rem;align-items:center;margin-bottom:3rem;flex-wrap:wrap}.company-main__title{display:flex;gap:2rem;align-items:center}.company-main__logo{width:3.125rem;height:3.125rem;-o-object-fit:contain;object-fit:contain}.company-main__result{padding:1.25rem;border-radius:2rem;background-color:#89dabb;font-weight:800;font-size:1.25rem}@media (min-width: 47.99875em){.company-main__body{display:flex;gap:3rem;justify-content:space-between}}.company-main__content p:not(:last-child){margin-bottom:2rem}@media (any-hover: hover){.company-main__content a:hover{text-decoration:underline}}@media (min-width: 47.99875em){.company-main__content{max-width:36rem;font-weight:500}}@media (max-width: 47.99875em){.company-main__content{margin-bottom:4rem}}.company-main__info{padding:3rem;background-color:#f8f8f8}@media (max-width: 84em){.company-main__info{padding:2.5rem 1.5rem}}@media (min-width: 47.99875em){.company-main__info{flex:0 0 45.731707%;border-radius:2rem;width:100%}}@media (max-width: 47.99875em){.company-main__info{margin:0 -1rem}}@media (max-width: 29.99875em){.company-main__info{padding-bottom:.8125rem}}.company-main__info-head{display:flex;align-items:flex-start;margin-bottom:1.5rem;justify-content:space-between}@media (max-width: 84em){.company-main__info-head{flex-direction:column;gap:1.5rem}}.company-main__info-logo{max-width:13rem}.company-main__info-button{padding:.625rem 1rem;background-color:#fff;border-radius:2.5rem;border:1.5px solid #999999;font-weight:500;transition:color .3s,background-color .3s}@media (any-hover: hover){.company-main__info-button:hover{background-color:#999;color:#fff}}.company-main__info-content{display:flex}@media (min-width: 29.99875em){.company-main__info-content{gap:1.875rem;justify-content:space-between}}@media (max-width: 29.99875em){.company-main__info-content{flex-direction:column}}.company-main__location{margin-bottom:3rem;display:flex;gap:.5rem;align-items:center;font-weight:700;color:#606060}@media (max-width: 84em){.company-main__location{margin-bottom:1rem}}.company-main__location-flag{width:1.375rem;height:1.375rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}.company-main__info-item:not(:last-child){padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #efefef}.company-main__info-item-label{margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.company-main__info-item-text{font-weight:500}.company-main__info-image{max-width:30%}@media (max-width: 29.99875em){.company-main__info-image{max-width:35%;align-self:flex-end;margin-top:-2.5rem}}.company-gallery{padding-top:3rem}@media (min-width: 47.99875em){.company-gallery{padding-bottom:4rem}}.company-gallery__container{max-width:73.5rem}@media (max-width: 29.99875em){.company-gallery__container{padding:0}}@media (min-width: 29.99875em){.company-gallery__list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}}@media (min-width: 29.99875em) and (max-width: 70.74875em){.company-gallery__list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 29.99875em){.company-gallery__list{display:flex;flex-direction:column;gap:1rem}}.company-gallery__image{aspect-ratio:1/1}.company-gallery__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (min-width: 47.99875em){.company-offers{background-color:#f8f8f8}}.company-contacts{padding-top:6.5rem;padding-bottom:6.5rem}@media (max-width: 47.99875em){.company-contacts{padding-top:1.5rem;padding-bottom:6rem}}.company-contacts__info{margin-bottom:3rem;display:flex;flex-direction:column;text-align:center}@media (max-width: 47.99875em){.company-contacts__info{margin-bottom:2.5rem}}.company-contacts__title{margin-bottom:3rem}.company-contacts__links{display:flex;flex-direction:column;align-items:center;font-size:2rem;font-weight:500;margin-bottom:1.5rem}@media (any-hover: hover){.company-contacts__link:hover{text-decoration:underline}}.company-contacts__social{display:flex;gap:2rem;justify-content:center}.company-contacts__social-item{transition:transform .3s}@media (any-hover: hover){.company-contacts__social-item:hover{transform:translateY(-5px)}}.company-contacts__map{height:22.5rem}@media (max-width: 47.99875em){.company-contacts__map{margin:0 -1rem}}.company-contacts__map iframe{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog-main-block{padding-top:1.5rem;padding-bottom:1.5rem}.blog-main-block__body{border-radius:2rem;overflow:hidden;background-color:#e5f1fe}@media (min-width: 47.99875em){.blog-main-block__body{display:grid;grid-template-columns:4fr 5fr}}@media (max-width: 47.99875em){.blog-main-block__body{display:flex;flex-direction:column}}.blog-main-block__content{padding:3.375rem 0 3.375rem 2.5rem}@media (max-width: 47.99875em){.blog-main-block__content{padding:2rem 1.25rem 3.625rem 1.5rem}}.blog-main-block__title{margin-bottom:1rem}@media (min-width: 82em){.blog-main-block__title{font-size:4rem}}@media (min-width: 30em) and (max-width: 82em){.blog-main-block__title{font-size:clamp(2.5rem,1.6346153846rem + 2.8846153846vw,4rem)}}@media (max-width: 30em){.blog-main-block__title{font-size:2.5rem}}.blog-main-block__text{font-weight:500;max-width:30rem}.blog-main-block__image{align-self:flex-end}.blog-main-block__img{max-width:100%}.blog-body{padding-top:4rem;padding-bottom:7rem}@media (max-width: 47.99875em){.blog-body{padding-top:2.5rem;padding-bottom:4rem}}.blog-body__title{font-size:2rem;margin-bottom:2.5rem}@media (min-width: 47.99875em){.blog-body__area{display:flex;justify-content:space-between;gap:2.5rem}}.blog-body__main{max-width:58rem}@media (max-width: 47.99875em){.blog-body__main:not(:last-child){margin-bottom:4rem}}.blog-body__other-info{flex:0 0 14rem}@media (max-width: 47.99875em){.blog-body__other-info{max-width:12rem;margin:0 auto}}@media (max-width: 47.99875em) and (max-width: 47.99875em){.blog-body__other-info{display:flex;flex-direction:column;gap:5rem}.blog-body__other-info .search-all-services{order:1}}.blog-body__categories{display:none}@media (min-width: 47.99875em){.blog-body__categories{margin-bottom:2rem;display:flex;flex-wrap:wrap;gap:1rem}}.blog-body__category{padding:.5rem 1rem;border-radius:40px;border:1.5px solid #999999;background-color:#fff;font-weight:500;transition:color .3s,border-color .3s}.blog-body__category.active{border-color:#001aea;color:#001aea}@media (any-hover: hover){.blog-body__category:hover{border-color:#001aea;color:#001aea}}.blog-body__items{gap:2rem}.blog-body__items:not(:last-child){margin-bottom:5rem}@media (max-width: 47.99875em){.blog-body__items:not(:last-child){margin-bottom:2rem}}@media (min-width: 70.74875em){.blog-body__items{display:grid;grid-template-columns:repeat(2,1fr)}}@media (max-width: 70.74875em){.blog-body__items{display:flex;flex-direction:column}}.card-blog{border-radius:8px;overflow:hidden;background-color:#f8f8f8;transition:background-color .3s;display:flex;flex-direction:column}@media (any-hover: hover){.card-blog:hover{background-color:#fff}.card-blog:hover .card-blog__title{color:#001aea}}.card-blog__image{padding-bottom:53.571429%;position:relative;display:block;overflow:hidden}@media (any-hover: hover){.card-blog__image:hover img{transform:scale(1.05)}}@media (max-width: 47.99875em){.card-blog__image{padding-bottom:67.039106%}}.card-blog__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.card-blog__content{padding:2rem;border:1px solid #efefef;border-top:none;display:flex;flex-direction:column;gap:1rem;border-radius:0 0 8px 8px;flex:1 1 auto}@media (max-width: 84em){.card-blog__content{padding:1.5rem}}.card-blog__content-top{font-size:.875rem;font-weight:600;color:#606060}.card-blog__title{font-size:2rem;font-weight:500;transition:color .3s;flex:1 1 auto}.card-blog__content-bottom{font-size:.875rem;font-weight:600}.article{font-weight:500}.article__heading{color:#606060;margin-bottom:3rem;display:flex;gap:1rem}@media (min-width: 47.99875em){.article__heading{justify-content:space-between;align-items:center}}@media (max-width: 47.99875em){.article__heading{flex-direction:column;margin-bottom:2rem}}.article__date{font-weight:700}.article__hashes{font-weight:600}.article__content{overflow-y:hidden;overflow-x:hidden;word-wrap:break-word;white-space:normal}.article__footer{padding:1rem 0;border-top:1px solid #efefef;border-bottom:1px solid #efefef}@media (min-width: 47.99875em){.article__footer{display:flex;justify-content:space-between;align-items:center;gap:1.5625rem}}.article__footer-label{font-weight:700;line-height:1.25;color:#001aea}@media (max-width: 47.99875em){.article__footer-label{margin-bottom:2rem}}.article h1{font-size:3rem;margin-bottom:1.5rem;font-weight:700}@media (max-width: 47.99875em){.article h1{font-size:2.5rem}}.article h2{font-size:2rem;font-weight:500}.article h3{font-size:1.25rem;font-weight:800;margin-bottom:1rem}.article h4{font-size:1.125rem;font-weight:800;color:#001aea}.article img{max-width:100%}.article .caption{color:#4097f6;margin-top:8px;font-weight:700;font-size:.875rem}.article ol{line-height:2;margin-left:1.25rem}.article ul{display:flex;flex-direction:column;gap:.5rem}.article ul li{list-style:disc;margin-left:1.25rem}.article blockquote{padding:2rem;border-left:2px solid #ffc52a;background-color:#fff9e9;color:#ffc52a;font-size:1.25rem;max-width:43.9375rem;line-height:1.3}.article .article__footer-socials{display:flex;flex-direction:row;gap:1.5rem}.article .article__footer-socials li{list-style:none;margin-left:0}.article .article__footer-socials .socials__link{width:1.125rem;height:1.125rem}@media (max-width: 47.99875em){.article .article__footer-socials .socials__link{width:2rem;height:2rem}}@media (min-width: 47.99875em){.article-page-news{max-width:84rem;margin:0 auto;padding-right:14rem}}@media (max-width: 47.99875em){.article-page-news{margin-top:-5rem}}.article-social-svg{width:1.125rem;height:1.125rem}@media (max-width: 47.99875em){.article-social-svg{width:2rem;height:2rem}}.career-offer{padding-top:6.5rem;padding-bottom:6.5rem}@media (min-width: 47.99875em){.career-offer{background-color:#f8f8f8}}@media (max-width: 47.99875em){.career-offer{padding-top:3.75rem;padding-bottom:3.75rem}}.career-offer__container{display:grid;grid-template-columns:5fr 7fr;gap:4.75rem;align-items:flex-start}@media (max-width: 70.74875em){.career-offer__container{display:block}.career-offer__left{display:none}}.career-offer__image{width:100%;max-width:30.25rem}@media (min-width: 47.99875em){.form-career-offer{padding:3.5rem;border-radius:2rem;background-color:#fff}}.form-career-offer__title{font-size:2rem;font-weight:500;max-width:36rem}.form-career-offer__title:not(:last-child){margin-bottom:2.5rem}.form-career-offer__items{display:flex;flex-direction:column;gap:2rem}.form-career-offer__items:not(:last-child){margin-bottom:2rem}.form-career-offer__item{display:flex;align-items:center}@media (max-width: 47.99875em){.form-career-offer__item{flex-direction:column;align-items:stretch;gap:.625rem}}.form-career-offer__item>*{flex:1 1 auto}.form-career-offer__label{font-weight:700}@media (min-width: 47.99875em){.form-career-offer__label{flex:0 0 11.625rem}}.form-career-offer__label.required:after{content:"*";color:red;font-weight:400;margin-left:3px}.career-benefits{padding-top:6.5rem;padding-bottom:6.5rem}@media (max-width: 47.99875em){.career-benefits{padding-top:3.75rem;padding-bottom:3.75rem}}.career-benefits__container{max-width:68.375rem}.career-benefits__title{text-align:center;margin-bottom:1rem;font-size:3rem;font-weight:700}@media (max-width: 47.99875em){.career-benefits__title{font-size:2.5rem}}.career-benefits__text{text-align:center;margin-bottom:3rem;font-weight:500;line-height:1.25}.career-benefits__list{grid-template-columns:repeat(4,1fr);max-width:59.5rem;margin:0 auto;margin-bottom:3rem}@media (max-width: 70.74875em){.career-benefits__list{grid-template-columns:repeat(2,1fr)}}.career-benefits__list .employers-benefits__item{justify-self:center}@media (max-width: 47.99875em){.career-benefits__list{align-items:center}}.career-benefits__action{display:flex;flex-direction:column;align-items:center}.item-career-info{padding-top:11.125rem;padding-bottom:6.5rem;display:flex;justify-content:space-between;align-items:center}@media (min-width: 76.875em){.item-career-info{gap:9.75rem}}@media (min-width: 62em) and (max-width: 76.875em){.item-career-info{gap:clamp(2.5rem,-27.718487395rem + 48.7394957983vw,9.75rem)}}@media (max-width: 62em){.item-career-info{gap:2.5rem}}@media (max-width: 70.74875em){.item-career-info{padding-top:6.5rem}}@media (min-width: 47.99875em){.item-career-info--reverse{flex-direction:row-reverse}}@media (max-width: 47.99875em){.item-career-info{flex-direction:column;padding-top:3.125rem;padding-bottom:3.125rem}}.item-career-info__body{max-width:36rem}.item-career-info__title{font-size:3rem;font-weight:700;margin-bottom:3rem}@media (max-width: 70.74875em){.item-career-info__title{font-size:2.5rem}}.item-career-info__content{display:flex;flex-direction:column;gap:2rem}.item-career-info__text{display:flex;flex-direction:column;gap:1rem;font-weight:500;line-height:1.25}.item-career-info__sub-title{font-size:1.25rem;font-weight:800}.item-career-info__image-wrapper{flex:0 0 auto;width:40.569106%}@media (max-width: 47.99875em){.item-career-info__image-wrapper{width:100%}}.item-career-info__image{padding-bottom:86.573146%;position:relative;border-radius:2rem;overflow:hidden}.item-career-info__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}@media (min-width: 47.99875em){.advertising-main-block .socials{margin-left:auto}}@media (max-width: 47.99875em){.advertising-main-block{flex-direction:column}.advertising-main-block .double-block__image-block{min-height:24.0625rem}.advertising-main-block .socials{margin:auto auto 0}}.advertising-main-block-content{background-color:#fae1f9}@media (max-width: 47.99875em){.advertising-main-block-content{background-color:#fff9e9}}.advertising-banners{padding-top:6.5rem;padding-bottom:6.5rem}@media (max-width: 47.99875em){.advertising-banners{padding-top:2.5rem;padding-bottom:4rem}}.advertising-banners__container{display:grid;grid-template-columns:3fr 6fr;gap:2rem}@media (max-width: 68.75rem){.advertising-banners__container{display:block}}.advertising-banners__info{padding:2.5rem}@media (min-width: 47.99875em) and (max-width: 68.75rem){.advertising-banners__info{padding-left:0rem}}.advertising-banners__info-icon{border-radius:.5rem;display:inline-flex;width:3.125rem;height:3.125rem;justify-content:center;align-items:center;background-color:#fae1f9;margin-bottom:1rem}.advertising-banners__info-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.advertising-banners__info-text{font-size:2rem;font-weight:500}.advertising-banners__cards{gap:2rem}@media (min-width: 47.99875em){.advertising-banners__cards{display:grid;grid-template-columns:repeat(2,1fr)}}@media (max-width: 47.99875em){.advertising-banners__cards{display:flex;flex-direction:column}}.company-day{padding-top:6.5rem;padding-bottom:6.5rem;background-color:#f8f8f8}@media (max-width: 47.99875em){.company-day{padding-top:2.5rem;padding-bottom:3rem}}.company-day__container{padding:0 1.5rem}@media (min-width: 76.875em){.company-day__container{gap:10rem}}@media (min-width: 62em) and (max-width: 76.875em){.company-day__container{gap:clamp(1.875rem,-31.9905462185rem + 54.6218487395vw,10rem)}}@media (max-width: 62em){.company-day__container{gap:1.875rem}}@media (min-width: 47.99875em){.company-day__container{display:grid;grid-template-columns:repeat(2,1fr);align-items:center}.company-day__container--reverse .company-day__info{order:2}}@media (max-width: 47.99875em){.company-day__container{display:flex;flex-direction:column;gap:3.625rem}}.company-day__image{max-width:100%}.advertising-plans{padding:2rem 0}@media (max-width: 47.99875em){.advertising-plans{padding:1.5rem 0}}@media (min-width: 47.99875em){.advertising-plans__container{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 47.99875em){.advertising-plans__container{display:flex;flex-direction:column;gap:1.5rem;padding:0}}.item-advertising{background-color:#f8f8f8;padding:4rem}@media (max-width: 70.74875em){.item-advertising{padding:2.5rem 1.5rem}}@media (min-width: 47.99875em){.item-advertising--big{grid-column:span 2;display:grid;grid-template-columns:repeat(2,1fr);padding:5rem;gap:2.5rem}}@media (max-width: 70.74875em){.item-advertising--big{padding:2.5rem 1.5rem}}@media (max-width: 47.99875em){.item-advertising--big{text-align:center}.item-advertising--big .item-advertising__content{text-align:left}}.item-advertising__title{font-size:3rem;font-weight:700;margin-bottom:2rem}@media (max-width: 47.99875em){.item-advertising__title{font-size:2.5rem}}.item-advertising__image{margin-left:auto;max-width:100%}@media (max-width: 47.99875em){.item-advertising__image{max-width:60%}.item-advertising__image:not(:first-child){margin-top:5.625rem}}.advertising-search-banner{margin-top:6rem;margin-bottom:7rem}@media (max-width: 47.99875em){.advertising-search-banner{margin-bottom:6rem}}.contacts-main{padding-top:4rem;padding-bottom:1.25rem}@media (max-width: 47.99875em){.contacts-main{padding-top:1rem;padding-bottom:3rem}}.contacts-main__body{border-radius:2rem;background-color:#f8f8f8;position:relative;overflow:hidden}@media (min-width: 70.74875em){.contacts-main__body{padding:6.25rem 5.5rem 6.25rem 5rem;display:flex;align-items:center}}@media (min-width: 70.74875em) and (min-width: 76.875em){.contacts-main__body{gap:5.875rem}}@media (min-width: 70.74875em) and (min-width: 62em) and (max-width: 76.875em){.contacts-main__body{gap:clamp(1.875rem,-14.7972689076rem + 26.8907563025vw,5.875rem)}}@media (min-width: 70.74875em) and (max-width: 62em){.contacts-main__body{gap:1.875rem}}@media (max-width: 70.74875em){.contacts-main__body{padding:2rem 1.25rem 10.3125rem 1.5rem}}.contacts-main__body:before{content:"";position:absolute;background-color:#001aea}@media (min-width: 70.74875em){.contacts-main__body:before{top:0;right:0;bottom:0;width:27.439024%}}@media (max-width: 70.74875em){.contacts-main__body:before{bottom:0;left:0;right:0;height:22.375rem}}.contacts-main__content{position:relative}@media (max-width: 70.74875em){.contacts-main__content:not(:last-child){margin-bottom:2.5rem}}.contacts-main__form{display:flex;flex-direction:column;gap:1.25rem}.contacts-main__form:not(:last-child){margin-bottom:3.75rem}.contacts-main__form .button{align-self:flex-start}.contacts-main__form .custom-select-trigger,.contacts-main__form .custom-options{width:100%}.contacts-main__form-inputs{display:flex;flex-direction:column;gap:1rem}.contacts-main__image{position:relative;border-radius:2rem;overflow:hidden;max-width:34.0625rem}@media (max-width: 70.74875em){.contacts-main__image{margin:0 auto}}.contacts-main__image img{width:100%}.pristine-error{position:absolute;top:calc(100% + 2px);left:0;color:red;font-size:12px;line-height:1.2;font-weight:400}.select-plus{width:100%}@media (max-width: 767px){.select-plus .ss-main{min-width:100%!important}}.select-plus__label{font-size:1.3rem;font-weight:500;color:#7fa5c6}.select-plus__label._require:after{content:"*";color:red;font-size:small}.select-plus__select.ss-content{--ss-border-color: #efefef;--ss-border-radius: 16px;padding:.5rem;border-radius:16px}.select-plus__select.ss-content .ss-list{padding-top:10px}.select-plus__select.ss-content .ss-list .ss-option{border-radius:40px;padding:.5rem 1rem;font-weight:500;display:block;cursor:pointer;border-top:none}@media (any-hover: hover){.select-plus__select.ss-content .ss-list .ss-option:hover{color:#001aea;background-color:#e5f1fe}}.select-plus__select.ss-content .ss-search{position:relative;padding:0}.select-plus__select.ss-content .ss-search.ss-hide{display:none}.select-plus__select.ss-content .ss-search.ss-hide+.ss-list{padding-top:15px}.select-plus__select.ss-content .ss-search:before{content:"";position:absolute;top:14px;right:10px;height:20px;width:20px;background-repeat:no-repeat;background-position:center}.select-plus__select.ss-content .ss-search input{background-color:inherit;transition:all .3s;color:#000;font-weight:400;font-size:14px;height:40px;margin:.5rem;padding:0 4rem 0 1.6rem;border:1px solid #7fa5c6;border-radius:16px}.select-plus__select.ss-content .ss-search input::-moz-placeholder{font-size:12px;font-weight:300;color:#000}.select-plus__select.ss-content .ss-search input::placeholder{font-size:12px;font-weight:300;color:#000}.select-plus__select.ss-content .ss-search input:focus{box-shadow:none}.select-plus .ss-main{--ss-border-radius: .8rem;--ss-border-color: rgba(#7fa5c6, .35);height:40px;padding:.5rem 1rem;font-size:1rem;font-weight:500;color:#606060;cursor:pointer;border:1px solid #efefef;border-radius:40px;min-width:450px}.select-plus .ss-main:focus{box-shadow:none}.select-plus .ss-main.ss-open-below{border-color:#999;color:#001aea}.select-plus .ss-main.ss-open-below .ss-placeholder{color:#001aea}@media (any-hover: hover){.select-plus .ss-main:hover{border-color:#999;color:#001aea}.select-plus .ss-main:hover .ss-placeholder{color:#001aea}}.select-plus .ss-main .ss-placeholder{padding:0;color:#606060}.select-plus .ss-main .ss-values .ss-value{border:.1px solid #999999;padding:1px}.select-plus .ss-main .ss-values,.select-plus .ss-main .ss-single{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.select-plus .ss-main .ss-arrow{width:.625rem;height:.625rem}.ck-powered-by{display:none}.ck-text{font-size:medium;color:initial;line-height:normal;text-align:initial;background-color:initial}.ck-text *{padding:revert;margin:revert;border:revert}.ck-text button,.ck-text select,.ck-text input,.ck-text textarea{font-size:initial;color:initial;background-color:initial;border:initial}.ck-text button{cursor:default}.ck-text ul,.ck-text ol{padding-left:10px;list-style-type:none}.ck-text ul li{list-style:none;position:relative;padding-left:16px}.ck-text ul li:not(:last-child){margin-bottom:.5rem!important}.ck-text ul li:before{content:"";width:4px;height:4px;border-radius:50%;background-color:#000;position:absolute;left:0;top:.6em}.ck-text ol{counter-reset:list-counter}.ck-text ol li{counter-increment:list-counter;display:flex;align-items:flex-start;gap:.75rem}.ck-text ol li:before{content:counter(list-counter) ".";text-align:right}.ck-text img{vertical-align:middle}.ck-text h1,.ck-text h2,.ck-text h3,.ck-text h4,.ck-text h5,.ck-text h6{font-weight:inherit;font-size:inherit;padding:0;text-align:left;letter-spacing:.3px;margin-bottom:16px}.ck-text h1{font-size:24px;line-height:28px}.ck-text h2{font-size:20px;line-height:24px}.ck-text h3{font-size:18px;line-height:22px}.ck-text h4{font-size:16px;line-height:20px}.ck-text h5{font-size:14px;line-height:18px}.ck-text h6{font-size:12px;line-height:16px}.ck-text strong{font-weight:800}.ck-text a{color:#ffc52a;text-decoration:none}.success{padding:2rem 0 4rem}@media (min-width: 47.99875em){.success__container{padding:0 10rem}}.success__window{position:relative;max-width:47rem;margin:0 auto;border-radius:2rem;background-color:#fff;padding:3.5rem}@media (min-width: 47.99875em) and (max-width: 70.74875em){.success__window{padding:2rem 1.5rem}}.success__window:before{content:"";position:absolute;width:7rem;height:11.4375rem;background:url(/build/assets/small-page-left-decor-CJ1eg-34.svg) center center/contain no-repeat;right:calc(100% + 1.5rem);top:0}.success__window:after{content:"";position:absolute;width:8rem;height:22rem;background:url(/build/assets/small-page-right-decor-WXg2caw0.svg) center center/contain no-repeat;left:calc(100% + 1rem);bottom:2rem}@media (min-width: 47.99875em){.success__content{max-width:34.875rem;margin:0 auto}}.success-result{text-align:center;display:flex;flex-direction:column;align-items:center}.success-result__icon{margin-bottom:1rem;display:flex;justify-content:center;align-items:center;width:3.125rem;height:3.125rem;border-radius:50%}.success-result__title{margin-bottom:1rem}.success-result__sub-title{font-size:1.25rem;font-weight:500}.success-result__button{margin-top:2.5rem}.success-result__footer{position:relative;height:9.375rem}.success-result__image{position:absolute;left:0;top:-60px}.success-result__link{position:absolute;right:0rem;bottom:0rem;padding:8px 16px 8px 10px;color:#0063fb;font-size:16px;text-align:left;font-weight:700;line-height:20px;text-decoration:underline}.payment-info{padding:2rem 0 4rem}@media (min-width: 47.99875em){.payment-info__container{padding:0 10rem}}.payment-info__window{position:relative;max-width:47rem;margin:0 auto;border-radius:2rem;background-color:#fff;padding:3.5rem;padding-bottom:0}@media (min-width: 47.99875em) and (max-width: 70.74875em){.payment-info__window{padding:2rem 1.5rem}}.payment-info__window:before{content:"";position:absolute;width:7rem;height:11.4375rem;background:url(/build/assets/small-page-left-decor-CJ1eg-34.svg) center center/contain no-repeat;right:calc(100% + 1.5rem);top:0}.payment-info__window:after{content:"";position:absolute;width:8rem;height:22rem;background:url(/build/assets/small-page-right-decor-WXg2caw0.svg) center center/contain no-repeat;left:calc(100% + 1rem);bottom:2rem}@media (min-width: 47.99875em){.payment-info__content{max-width:34.875rem;margin:0 auto}}.payment-info-result{text-align:center;display:flex;flex-direction:column;align-items:center}.payment-info-result__icon{margin-bottom:1rem;display:flex;justify-content:center;align-items:center;width:3.125rem;height:3.125rem;border-radius:50%}.payment-info-result__title{margin-bottom:1rem}.payment-info-result__sub-title{font-size:1.25rem;font-weight:500}.payment-info-result__button{margin-top:2.5rem}.payment-info-result__footer{display:flex;justify-content:center}.payment-info-result__link{position:absolute;right:0rem;bottom:0rem;padding:8px 16px 8px 10px;color:#0063fb;font-size:16px;text-align:left;font-weight:700;line-height:20px;text-decoration:underline}.resume-page{padding-top:1.5rem;padding-bottom:4rem}@media (max-width: 47.99875em){.resume-page{padding-top:0rem}}@media (min-width: 70.74875em){.resume-page__container{display:grid;grid-template-columns:7fr 5fr;gap:2rem}}@media (min-width: 47.99875em){.resume-page__left-content{padding:3.5rem 5rem 3.5rem 3.5rem;border-radius:2rem;background-color:#fff}.resume-page__left-content:not(:last-child){margin-bottom:4rem}}@media (max-width: 47.99875em){.resume-page__left-content{margin-bottom:3.5rem}}@media (max-width: 70.74875em){.resume-page__right{margin-bottom:4rem}}.header-resume__head{display:flex;justify-content:space-between;align-items:start}.header-resume__title{font-size:3rem;font-weight:700;line-height:1.2;letter-spacing:.3px;margin-bottom:1rem}.header-resume__title--small{font-size:1.25rem}.header-resume__title--middle{font-size:1.5625rem}.header-resume__title--large{font-size:3rem}.header-resume__experience{color:#ffc52a}.header-resume__candidate{position:relative;z-index:4;display:flex;gap:.75rem;align-items:center;margin-bottom:2.75rem}.header-resume__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.header-resume__candidate-image{width:3.125rem;height:3.125rem;border-radius:4px;overflow:hidden;flex:0 0 auto}.header-resume__info{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.header-resume__candidate-data{display:flex;align-items:center}.header-resume__candidate-name{font-size:1.25rem;font-weight:800;line-height:24px}.header-resume__candidate-birth{display:flex;gap:1rem;flex-wrap:wrap;color:#999;font-weight:700;align-items:center;margin-left:1rem;white-space:nowrap}.header-resume__candidate-birth:before{content:"";width:.25rem;height:.25rem;border-radius:50%;background-color:currentColor}@media (max-width: 47.99875em){.header-resume__candidate-birth{font-size:.875rem}}.resume-block{padding-bottom:1.5rem;border-bottom:1px solid #efefef;margin:24px 0}.resume-block__title{color:#001aea;font-size:20px;font-weight:800;line-height:24px}.block-education__title{font-size:18px;font-weight:800;line-height:22px;margin-bottom:.5rem}.block-education__faculty{font-weight:500;line-height:20px;margin-bottom:.5rem}.block-education__specialty{margin-bottom:1rem}.block-education__completed{color:#999;font-size:16px;font-weight:500}.block-experience{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;align-items:flex-start}@media (max-width: 47.99875em){.block-experience{grid-template-columns:1fr}}.block-experience__title{font-size:18px;font-weight:800;line-height:22px}.block-experience__title-sub{font-size:16px;font-weight:500;line-height:20px}.block-experience__years{margin:16px 0;color:#999;font-size:16px;font-weight:500;line-height:20px;letter-spacing:0%;text-align:left}.block-experience__description{color:#606060;font-weight:500}.block-experience__description p:not(:last-child){margin-bottom:1.25rem}.resume__actions{display:flex;justify-content:space-between;align-items:center}.resume__header{padding-top:0rem;padding-bottom:2.5rem;border-bottom:1px solid #efefef}.resume__header:not(:last-child){margin-bottom:1.5rem}.resume__header-head{display:flex;justify-content:space-between;align-items:center}.resume__header-title{font-size:3rem;font-weight:700;line-height:1.2;letter-spacing:.3px;margin-bottom:1rem}.resume__header-experience{color:#ffc52a}.resume__info{display:flex;gap:1rem;flex-wrap:wrap;font-weight:500}@media (min-width: 47.99875em){.resume__info span:not(:first-child){display:inline-flex;gap:1rem;align-items:center}}.resume__info-pin{padding:.25rem .75rem;border-radius:32px;font-weight:700}.resume__info-pin--green{background-color:#c4eddd;color:#13b678}.resume__info-pin--yellow{background-color:#fff9e9;color:#ffc52a}.resume__info-pin--gray{background-color:#c3c2c2;color:#575757}.resume .heavy-category__main-info{margin-bottom:2.5rem}.resume__label{font-size:1.25rem;font-weight:800;margin-bottom:1rem}.resume__items{display:flex;flex-wrap:wrap;gap:1rem}.resume__item{padding:.5rem 1rem;border-radius:2.5rem;border:1.5px solid #999999;font-weight:500}.resume__text{font-weight:500;color:#606060}.resume__text:not(:last-child){margin-bottom:1rem}.text-article__part:not(:last-child){margin-bottom:1.5rem}.other-vacancies{max-width:39.125rem}.other-vacancies__title{font-size:2.5rem;font-weight:600}.other-vacancies__title:not(:last-child){margin-bottom:2rem}@media (max-width: 47.99875em){.other-vacancies__title{text-align:center}}@media (min-width: 47.99875em){.other-vacancies__list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 47.99875em){.other-vacancies__list{display:flex;flex-direction:column;gap:1rem}}.resume-company{padding:3rem 2.625rem 2.875rem 3rem;border-radius:2rem;border:1px solid #999999;background-color:#f8f8f8}.resume-company:not(:last-child){margin-bottom:2rem}@media (max-width: 47.99875em){.resume-company{padding:1.5rem}}.resume-company__logo{max-width:13rem;margin-bottom:1.5rem}.resume-company__info{display:flex;justify-content:space-between;gap:1rem;align-items:center}@media (max-width: 47.99875em){.resume-company__info{flex-direction:column;align-items:flex-start}}.resume-company__country{display:flex;gap:.5rem;font-weight:700;color:#606060}.resume-company__country-flag{width:1.375rem;height:1.375rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}@media (min-width: 47.99875em){.resume-actives{display:flex;align-items:center;justify-content:left;gap:1rem}.resume-actives--more-buttons{justify-content:center}}@media (max-width: 47.99875em){.resume-actives{display:flex;flex-direction:column;gap:1rem}}.resume-actives:not(:last-child){margin-bottom:2rem}.resume-actives__button{width:14.4375rem;height:4.5rem;font-size:1.25rem;padding:.875rem;justify-content:flex-start;text-align:center}.resume-actives__button--small{font-size:1rem}.resume-actives__button span{margin-left:14px;text-align:start}.resume-actives__button--blue{background:#0063fb}.resume-actives__button .button__icon{width:2.5rem;height:2.5rem;color:#191919}@media (any-hover: hover){.resume-actives__button:hover .button__icon{transform:rotate(10deg)}}.resume-contacts{padding:1.5rem;background-color:#fff;border-radius:2rem}.resume-contacts:not(:last-child){margin-bottom:3.625rem}.resume-contacts__item{display:flex;gap:1rem;align-items:flex-start}.resume-contacts__item:not(:last-child){border-bottom:1px solid #efefef;padding-bottom:1rem;margin-bottom:1rem}.resume-contacts__icon{width:1.5rem;height:1.5rem;flex:0 0 auto;display:flex;justify-content:center;align-items:center}.resume-contacts__content{display:flex;flex-direction:column;gap:.5rem}.resume-contacts__label{font-size:1.25rem;font-weight:800}.resume-contacts__value{font-weight:500}.apply-without-resume-form__inputs{display:flex;flex-direction:column;gap:1rem;max-width:20rem;margin-bottom:2rem}.apply-without-resume-form .custom-select-trigger{width:100%;height:2.5rem}.apply-resume-form__list{display:flex;flex-direction:column;gap:1rem}.apply-resume-item{box-sizing:border-box;border:1px solid #efefef;border-radius:8px;box-shadow:0 0 4px -2px #00000019;background:#fff;padding:16px;width:378px}@media (max-width: 47.99875em){.apply-resume-item{width:100%}}.apply-resume-item__title{color:#191919;font-size:20px;font-weight:800;line-height:24px;letter-spacing:.3px;text-align:left;margin-bottom:1rem}.apply-resume-item__title--large{font-size:20px}.apply-resume-item__title--middle{font-size:18px}.apply-resume-item__title--small{font-size:16px}.apply-resume-item__date{color:#999;font-size:14px;font-weight:700;line-height:18px}.apply-resume-item__line{background:#efefef;height:1px;width:100%;margin:16px 0}.vacancies-requests-header{padding-top:1.5rem;margin-bottom:3rem}@media (max-width: 47.99875em){.vacancies-requests-header{margin-bottom:2rem}}.vacancies-requests-header__container{display:flex;justify-content:space-between;gap:2.5rem;align-items:center}@media (max-width: 70.74875em){.vacancies-requests-header__container{flex-direction:column;gap:2rem;align-items:flex-start}}.vacancies-requests-header__left{display:flex;align-items:center;gap:1.5rem}@media (max-width: 47.99875em){.vacancies-requests-header__left{width:100%;justify-content:space-between}.vacancies-requests-header__title{font-size:1.75rem}}.vacancies-requests-header__title-sub{color:#999;font-size:1.875rem;white-space:nowrap}@media (max-width: 47.99875em){.vacancies-requests-header__title-sub{font-size:1.5625rem}}.vacancies-requests-header__count{width:4rem;height:4rem;border-radius:50%;background-color:#89dabb;display:flex;justify-content:center;align-items:center;font-size:1.25rem;font-weight:800;text-align:center;flex:0 0 auto}.vacancies-requests-block{padding-bottom:3.875rem}@media (min-width: 47.99875em){.vacancies-requests-block__container{display:grid;grid-template-columns:7fr 5fr;gap:2.5rem}}.vacancies-requests-block__container--secondary{grid-template-columns:9fr 3fr}.vacancies-requests-block__list{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 47.99875em){.vacancies-requests-block__list{margin-bottom:2.5rem}}.vacancies-requests-block__header{display:flex;gap:1rem;align-items:center;justify-content:space-between;width:100%;margin-top:1rem;margin-bottom:1rem}@media (max-width: 70.74875em){.vacancies-requests-block__header{flex-wrap:wrap}}.vacancies-requests-block__actions_left{margin-left:1rem;white-space:nowrap;display:flex;align-items:center;gap:1.25rem;justify-content:space-between}.vacancies-requests-block__actions_left .checkbox{margin-bottom:0}.vacancies-requests-block__actions{display:flex;align-items:center;gap:1rem}@media (max-width: 70.74875em){.vacancies-requests-block__actions{flex-wrap:wrap}}.vacancies-requests-block__right{display:flex;flex-direction:column;align-items:flex-end}@media (max-width: 47.99875em){.vacancies-requests-block__right{align-items:center}}.vacancies-requests-block__banners{display:flex;flex-direction:column;gap:2rem}.vacancies-requests-block__banners:not(:last-child){margin-bottom:5rem}.vacancies-requests-block__banner{max-width:12rem}.vacancies-requests-block__banner img{max-width:100%}@media (max-width: 47.99875em){.cv-card ._pc{display:none}}@media (min-width: 47.99875em){.cv-card ._mobile{display:none}}.notification-request{padding:2rem;border-radius:.5rem;background-color:#fff9e9;display:flex;align-items:center;gap:1rem;justify-content:space-between}@media (max-width: 47.99875em){.notification-request{flex-direction:column;align-items:flex-start}}.notification-request__content{display:flex;flex-direction:column;gap:.5rem}.notification-request__title{font-size:1.25rem;font-weight:800;letter-spacing:.3px}.notification-request__button{flex:0 0 auto}.about-main{padding-top:3rem;padding-bottom:6.25rem}.about-main__title{margin-bottom:3rem}@media (min-width: 70.74875em){.about-main__body{display:grid;grid-template-columns:repeat(2,1fr);gap:6rem}}@media (max-width: 70.74875em){.about-main__left{padding-bottom:4rem}}.about-main__sub-title{margin-bottom:2rem;font-weight:500;font-size:1.25rem}.about-main__content{display:flex;flex-direction:column;gap:3rem}@media (max-width: 70.74875em){.about-main__content .employers-benefits__list{max-width:27.75rem;margin:0 auto}}.about-main__text{display:flex;flex-direction:column;gap:1.5rem;font-weight:500}.about-main__info{padding:2.5rem;border-radius:32px;background-color:#f8f8f8;position:relative}@media (max-width: 47.99875em){.about-main__info{margin:0 -1rem;border-radius:0;padding:2.5rem 1.5rem}}.about-main__info-label{font-size:1.25rem;font-weight:800;margin-bottom:2rem}@media (max-width: 47.99875em){.about-main__info-flex{text-align:right}}@media (min-width: 47.99875em){.about-main__info-body{max-width:49.622642%}}@media (max-width: 47.99875em){.about-main__info-body{margin-bottom:1.5rem;text-align:left;max-width:88.304094%}}.about-main__info-contact{font-weight:500;margin-bottom:2rem}.about-main__info-contact-label{margin-bottom:.75rem}.about-main__info-contact-link{font-size:1.25rem;color:#001aea}@media (any-hover: hover){.about-main__info-contact-link:hover{text-decoration:underline}}.about-main__info-text{font-weight:500;margin-bottom:8.25rem}@media (max-width: 47.99875em){.about-main__info-text{margin-bottom:2rem}}.about-main__info-buttons{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}@media (min-width: 47.99875em){.about-main__info-image{position:absolute;right:0;max-width:56.875%;top:50%;transform:translateY(-50%)}}@media (max-width: 47.99875em){.about-main__info-image{max-width:18.75rem}}.full-image{position:relative;padding-bottom:33.472367%;min-height:27.5rem}.full-image__img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-locations{position:relative;z-index:2;padding-top:6.5rem;padding-bottom:4.75rem;background-color:#f8f8f8}.about-locations__container{position:relative;display:flex;flex-direction:column;align-items:flex-start}@media (max-width: 47.99875em){.about-locations__container{padding:0 2.5rem}}.about-locations__image{display:none}@media (min-width: 47.99875em){.about-locations__image{display:inline;position:absolute;width:31.097561%;right:0;top:0;pointer-events:none;transform:translate(14%) translateY(-25%)}}@media (min-width: 47.99875em) and (max-width: 70.74875em){.about-locations__image{transform:translate(14%)}}.about-locations__title{margin-bottom:3rem}.about-locations__list{display:grid;grid-template-columns:repeat(3,1fr);-moz-column-gap:.9375rem;column-gap:.9375rem}@media (max-width: 70.74875em){.about-locations__list{grid-template-columns:repeat(2,1fr);-moz-column-gap:3.125rem;column-gap:3.125rem}}@media (max-width: 70.74875em) and (max-width: 47.99875em){.about-locations__list{grid-template-columns:repeat(1,1fr)}}.location-item{width:19rem;position:relative;display:block;padding:1rem}.location-item:hover{background-color:#fff}.location-item:hover:after{opacity:1}.location-item:hover .location-item__label{color:#001aea}.location-item:after{content:"";position:absolute;top:50%;right:2rem;transform:translateY(-50%);width:6px;height:10px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgNiAxMCIgZmlsbD0ibm9uZSI+CjxwYXRoIGQ9Ik0xIDlMNSA1TDEgMSIgc3Ryb2tlPSIjMDAxQUVBIiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==);background-size:contain;background-repeat:no-repeat;opacity:0;transition:opacity .3s;pointer-events:none}.location-item__label{font-size:1.25rem;font-weight:800;margin-bottom:.5rem;padding-right:3rem;transition:background-color .3s}.location-item__link:not(:last-child),.location-item a:not(:last-child){margin-bottom:.5rem}.location-item__link:hover,.location-item a:hover{text-decoration:underline}.location-item__description{font-size:.875rem;font-weight:600;letter-spacing:.3px;display:grid}.faq{margin-top:48px;margin-bottom:150px}.faq__title{color:#191919;font-size:48px;font-weight:700;line-height:56px;letter-spacing:-1.2px;text-align:left}.faq__wrapper{margin-top:64px;width:100%;display:flex;flex-wrap:wrap;gap:5px}.faq__item{width:100%;border-bottom:2px dotted rgba(185,185,185,.5019607843);transition-duration:.3s;transition-property:background-color,padding,border;padding-bottom:32px}.faq__item:not(:last-child){border-bottom:1px solid rgb(239,239,239);margin-bottom:32px}.faq__item:last-child{border:none}.faq__item.active .faq__collapse{margin-top:10px}.faq__item.active .faq__header:before{transform:rotate(360deg)}.faq__item.active .faq__header:after{transform:rotate(180deg);opacity:0;visibility:hidden}.faq__header{position:relative;width:100%;display:flex;align-items:flex-start;justify-content:space-between;cursor:pointer;color:#191919;font-size:20px;font-weight:800;line-height:24px;letter-spacing:.3px;text-align:left}.faq__header-icon{color:#001aea}.faq__collapse{height:0;overflow:hidden;transition-duration:.3s;transition-property:height,margin}.faq__text{color:#191919;font-size:16px;font-weight:500;line-height:20px;text-align:left}#toaster{position:fixed;z-index:500;width:100%;display:flex;flex-direction:column;pointer-events:none;padding:2rem;border-radius:20px}#toaster.sm{padding:1.5rem}#toaster.bottom{bottom:0}#toaster.middle{top:50%;transform:translateY(-50%)}#toaster.top{top:0}#toaster.left{align-items:flex-start}#toaster.left[dir=rtl]{align-items:flex-end}#toaster.center{align-items:center}#toaster.right{align-items:flex-end}#toaster.right[dir=rtl]{align-items:flex-start}#toaster .toast{position:relative;transition:all .3s ease-in-out;transform:none;opacity:1;max-width:20rem;width:100%;pointer-events:auto}#toaster .toast.text-center{text-align:center}#toaster .toast.c_error{color:#191919}#toaster .toast.c_error i{background-color:#fae1f9}#toaster .toast.c_info{color:#191919}#toaster .toast.c_info i{background-color:#e5f1fe}#toaster .toast.c_success{color:#191919}#toaster .toast.c_success i{background-color:#d2f8e9}#toaster .toast.c_warning{color:#191919}#toaster .toast.c_warning i{background-color:#fff9e9}#toaster .toast i{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:inline-block;padding:.75rem 1.5rem;font-style:normal;font-size:.975rem;border-radius:.125rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}#toaster .toast.bottom i{margin-top:.75rem}#toaster .toast.top i{margin-bottom:.75rem}#toaster .toast.entering{transform:translateY(3rem);opacity:0}#toaster .toast.enter-active{transform:none;opacity:1}#toaster .toast.leaving{transform:scale(.9);opacity:0}#toaster .toast button{position:absolute;top:0;right:0;padding:.5rem;background:none;border:none;cursor:pointer}#toaster .toast button[dir=rtl]{right:auto;left:0}#toaster .toast button svg{width:1rem;height:1rem;fill:currentColor}#toaster .toast button.bottom{top:.75rem}#toaster .toast button.top{top:0}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;overflow-y:auto;display:none}.modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0006;opacity:.75;transition:opacity .2s ease-in}.modal__wrapper{display:block;align-items:flex-end;justify-content:center;min-height:100dvh;padding:1rem 1rem 2.5rem;text-align:center}@media (max-width: 47.99875em){.modal__wrapper{align-items:center;padding:1rem}}.modal__hidden-span{display:none}.modal__container{position:relative;display:inline-block;width:100%;vertical-align:bottom;background-color:#fff;border-radius:32px;text-align:left;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform-style:preserve-3d;transition:opacity .3s ease-out,transform .3s ease-out;will-change:opacity,transform;margin:2rem 0;padding:2.5rem 2.5rem 2rem}@media (max-width: 47.99875em){.modal__container{padding:2rem;margin-top:222px}}.modal__container--small{max-width:300px}.modal__container--medium{max-width:600px}.modal__container--large{max-width:900px}.modal--show{display:block}.modal--enter{opacity:0;transform:translateY(1rem) scale(.95)}.modal--enter.active{opacity:1;transform:translateY(0) scale(1);transition:opacity .3s ease-out,transform .3s ease-out}.modal--leave{opacity:1;transform:translateY(0) scale(1)}.modal--leave.active{opacity:0;transform:translateY(1rem) scale(.95);transition:opacity .2s ease-in,transform .2s ease-in}.popup-confirm-delete__buttons{display:flex;align-items:center;gap:16px}@media (max-width: 47.99875em){.popup-confirm-delete__buttons{justify-content:space-between}}.popup-confirm-delete__buttons .button{display:flex;align-items:center;gap:8px}.payment-system__button{white-space:nowrap}@media (max-width: 47.99875em){.payment-system__button{font-size:13px;white-space:nowrap}}.raise-to-top__head{display:flex;justify-content:space-between;gap:1.5rem;align-items:flex-start}.raise-to-top__title{max-width:33.125rem;margin-bottom:1rem}@media (max-width: 47.99875em){.raise-to-top__title{font-size:2rem!important}}.raise-to-top__sub-title{margin-bottom:40px}.raise-to-top__close{flex:0 0 auto;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center;margin-top:1rem}.raise-to-top__body--grey-mobile{padding:2rem 1rem;border-radius:1rem;background-color:#f8f8f8}.raise-to-top__buttons{display:flex;align-items:center;gap:16px;flex-wrap:wrap}@media (max-width: 47.99875em){.raise-to-top__buttons{justify-content:space-between}}.buy-pushes__head{display:flex;justify-content:space-between;gap:1.5rem;align-items:flex-start}.buy-pushes__title{max-width:33.125rem;margin-bottom:1rem;max-width:none}@media (max-width: 47.99875em){.buy-pushes__title{font-size:2rem!important}}.buy-pushes__sub-title{margin-bottom:40px}.buy-pushes__close{flex:0 0 auto;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center;margin-top:1rem}.buy-pushes__body--grey-mobile{padding:2rem 1rem;border-radius:1rem;background-color:#f8f8f8}.buy-pushes__buttons{display:flex;align-items:center;gap:16px;flex-wrap:wrap}@media (max-width: 47.99875em){.buy-pushes__buttons{justify-content:space-between}}.list-select-wrapper{position:relative;width:220px;font-family:sans-serif}.list-select{position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.list-select.opened{z-index:20}.list-select-trigger{padding:8px 16px;display:flex;justify-content:space-between;align-items:center;gap:8px;border-radius:40px;border:1px solid #ccc;background-color:#fff;color:#555;font-weight:500;transition:border-color .3s,color .3s}.list-select.opened .list-select-trigger{color:#001aea;border-color:#999}.list-options{position:absolute;top:100%;right:0;padding:8px;border-radius:16px;border:1px solid #ccc;background-color:#fff;box-shadow:6px 10px 20px #0000000a;display:none;flex-direction:column;gap:8px}.list-select.opened .list-options{display:flex}.list-option{padding:8px 16px;border-radius:40px;font-weight:500;cursor:pointer;transition:color .3s,background-color .3s}.list-option:hover,.list-option.selection{color:#001aea;background-color:#e5f1fe}.modal-plus{position:fixed;top:0;right:0;bottom:0;left:0;visibility:hidden;pointer-events:none;transition:visibility .8s ease;padding:30px 10px}@media (max-width: 767px){.modal-plus.modal-plus__fullPage{padding:0}}.modal-plus__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100%;width:100%;flex:1 1 auto;position:relative}.modal-plus__wrapper:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:#0006;opacity:0;transition:opacity .8s ease;pointer-events:none;z-index:149}@media (max-width: 767px){.modal-plus__wrapper:after{z-index:89}}.modal-plus__content{position:relative;z-index:151;visibility:hidden;transform:scale(0);transition:transform .3s ease;background-color:#f8f8f8;padding:40px 40px 32px;width:100%;border-radius:32px;max-width:640px}@media (min-width: 768px){.modal-plus.modal-plus__fullPage .modal-plus__content{border-radius:32px;max-width:864px}}@media (max-width: 767px){.modal-plus.modal-plus__fullPage .modal-plus__content{padding:94px 16px 32px;height:100vh;background-color:#fff;overflow-y:auto}}.modal-plus__head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.modal-plus__title{max-width:530px;margin-bottom:16px}@media (max-width: 767px){.modal-plus__title{font-size:32px!important}}.modal-plus__sub-title{margin-bottom:40px}.modal-plus__close{flex:0 0 auto;width:24px;height:24px;display:flex;justify-content:center;align-items:center;margin-top:16px}.modal-plus.modal_show{z-index:150;visibility:visible;overflow:auto;pointer-events:auto}@media (max-width: 767px){.modal-plus.modal_show{z-index:90}}.modal-plus.modal_show .modal-plus__wrapper:after{opacity:1}.modal-plus.modal_show .modal-plus__content{visibility:visible;transform:scale(1)}
