*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0;font-weight:400}ul[class],ol[class]{padding:0}ul,ol{list-style:none;margin:0;padding:0}body{min-height:100vh;font-family:inherit;font-family:Montserrat,sans-serif;font-family:var(--font-main);font-size:16px;font-weight:400;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f6;background-color:var(--color-light-gray)}a{-webkit-text-decoration:none;text-decoration:none;color:inherit;transition:color .2s ease;transition:color var(--transition)}img,picture,video,canvas,svg{display:block;width:100%;max-width:100%}input,button,textarea,select{font:inherit}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}input[type=number],input[type=number]:hover,input[type=number]:focus{-webkit-appearance:none;appearance:none;-moz-appearance:textfield}address{font-style:normal}:root{--color-project-1: #CCCCD1;--color-project-2: #D2E0DA;--color-project-3: #DC3545;--color-project-4: #FFE0E0;--color-project-5: #236E46;--color-green-1: #14AE5C;--color-green-2: #8AD7AE;--color-green-3: #D3F0E1;--color-green-4: #008F43;--color-dark-gray: #666674;--color-gray: #AFB0B5;--color-light-gray: #F5F5F6;--color-black: #191919;--color-white: #FFF;--container-width: 1320px;--container-padding: 12px;--container-padding-mobile: 16px;--container-width-wide: 1920px;--container-padding-wide: 20px;--font-main: Montserrat, sans-serif;--transition: .2s ease;--color-text-primary: var(--color-black);--color-text-secondary: var(--color-dark-gray);--color-text-tertiary: var(--color-gray);--color-text-contrast: var(--color-white);--color-text-accent: var(--color-green-1);--color-text-danger: var(--color-project-3);--color-background-primary: var(--color-light-gray);--color-background-contrast: var(--color-white);--color-background-accent: var(--color-green-1);--color-background-accent-light: var(--color-green-3);--color-background-accent-dark: var(--color-green-4);--color-background-accent-dark-2: var(--color-project-5);--color-background-secondary: var(--color-dark-gray);--color-background-tertiary: var(--color-black);--color-background-warning: var(--color-project-4);--color-stroke-primary: var(--color-dark-gray);--color-stroke-secondary: var(--color-project-1);--color-stroke-contrast: var(--color-white);--color-stroke-accent: var(--color-green-1);--color-stroke-accent-light: var(--color-green-2);--color-stroke-accent-dark: var(--color-green-4);--color-stroke-tertiary: var(--color-black);--color-stroke-danger: var(--color-project-3)}.title-xs{font-size:16px;line-height:1.2}.title-sm{font-size:clamp(16px,.901rem + .42vw,20px);line-height:1.2}.title-md{font-size:clamp(20px,1.148rem + .43vw,24px);line-height:1.2}.title-lg{font-size:clamp(24px,1.302rem + .85vw,32px);line-height:1.2}.title-xl{font-size:clamp(24px,.905rem + 2.54vw,48px);line-height:1.2;letter-spacing:-.48px}.title-xxl{font-size:clamp(32px,1.515rem + 2.07vw,64px);line-height:1.3;letter-spacing:-.48px}.text-xs{font-size:14px;line-height:1.5}.text-sm{font-size:16px;line-height:1.5}.text-md{font-size:clamp(16px,.901rem + .42vw,20px);line-height:1.5}.text-lg{font-size:clamp(16px,.802rem + .85vw,24px);line-height:1.3}.font-bold{font-weight:700}@view-transition{navigation: auto;}html{scroll-behavior:smooth}body.mobile-menu-open{overflow:hidden}body.mobile-menu-open .header__nav{opacity:1;visibility:visible;z-index:9}body.mobile-menu-open .header__burger span:first-child{transform:rotate(45deg)}body.mobile-menu-open .header__burger span:nth-child(2){opacity:0}body.mobile-menu-open .header__burger span:last-child{transform:rotate(-45deg)}body.modal-open{overflow:hidden}body.modal-open .modal{opacity:1;visibility:visible;z-index:10}#app{display:flex;flex-direction:column;min-height:100vh}.main{position:relative;display:flex;flex-direction:column;row-gap:60px;flex-grow:1;padding-bottom:110px}.container{width:100%;max-width:1320px;max-width:var(--container-width);margin:0 auto;padding-left:16px;padding-left:var(--container-padding-mobile);padding-right:16px;padding-right:var(--container-padding-mobile)}.container-wide{width:100%;max-width:1920px;max-width:var(--container-width-wide);margin:0 auto;padding-left:16px;padding-left:var(--container-padding-mobile);padding-right:16px;padding-right:var(--container-padding-mobile)}.visually-hidden{position:absolute;width:1px;height:1px;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap}.section-heading{margin-bottom:32px}.section-heading-sm{margin-bottom:24px}a:hover{color:#14ae5c;color:var(--color-text-accent)}.button-reset{padding:0;padding:initial;font-weight:500;line-height:1.2;text-align:center;border-radius:4px;cursor:pointer;transition:color .2s ease,background-color .2s ease,border .2s ease;transition:color var(--transition),background-color var(--transition),border var(--transition)}.button-reset:disabled{opacity:.7;cursor:not-allowed}.button-reset.load{position:relative}.button-sm{padding:10px 16px;font-size:clamp(14px,.776rem + .42vw,18px);color:#fff;color:var(--color-text-contrast);background-color:#14ae5c;background-color:var(--color-background-accent);border:none}.button-sm:not(:disabled):hover{background-color:#008f43;background-color:var(--color-background-accent-dark)}.button-md{padding:12px 24px;font-size:clamp(16px,.949rem + .22vw,18px);color:#fff;color:var(--color-text-contrast);background-color:#14ae5c;background-color:var(--color-background-accent);border:2px solid #14AE5C;border:2px solid var(--color-stroke-accent)}.button-md:not(:disabled):hover{background-color:#008f43;background-color:var(--color-background-accent-dark);border:2px solid #008F43;border:2px solid var(--color-stroke-accent-dark)}.button-transparent{padding:12px 24px;font-size:clamp(16px,.949rem + .22vw,18px);color:#191919;color:var(--color-text-primary);background-color:transparent;border:2px solid #191919;border:2px solid var(--color-stroke-tertiary)}.button-transparent:not(:disabled):hover{color:#fff;color:var(--color-text-contrast);background-color:#191919;background-color:var(--color-background-tertiary)}.swiper{max-width:100%}.slider-btn{width:48px;height:48px;padding:0;padding:initial;background-position:center;background-repeat:no-repeat;background-size:22px;background-color:transparent;border-radius:100%}.slider-btn-prev{transform:rotate(180deg)}.slider-btn-light{border:1px solid #FFF;border:1px solid var(--color-stroke-contrast);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M8.6835 16.877C8.33597 16.5295 8.33597 15.966 8.6835 15.6185L13.3937 10.9082L8.6835 6.19798C8.33597 5.85045 8.33597 5.28698 8.6835 4.93944C9.03104 4.59191 9.5945 4.59191 9.94204 4.93944L15.2816 10.279C15.6291 10.6265 15.6291 11.19 15.2816 11.5375L9.94204 16.877C9.5945 17.2246 9.03104 17.2246 8.6835 16.877Z' fill='white'/%3E%3C/svg%3E")}.slider-btn-dark{border:1px solid #666674;border:1px solid var(--color-stroke-primary);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M8.6835 16.877C8.33597 16.5295 8.33597 15.966 8.6835 15.6185L13.3937 10.9082L8.6835 6.19798C8.33597 5.85045 8.33597 5.28698 8.6835 4.93944C9.03104 4.59191 9.5945 4.59191 9.94204 4.93944L15.2816 10.279C15.6291 10.6265 15.6291 11.19 15.2816 11.5375L9.94204 16.877C9.5945 17.2246 9.03104 17.2246 8.6835 16.877Z' fill='%23666674'/%3E%3C/svg%3E")}.swiper-button-disabled{opacity:.2}.swiper-button-lock{opacity:0;visibility:hidden}.swiper .swiper-wrapper{align-items:stretch}.swiper .swiper-slide{height:auto}[data-button-text]{opacity:1}[data-button-text].loading{opacity:0}[data-button-loader]{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;opacity:0}[data-button-loader]:before{content:"";display:block;top:50%;left:50%;width:16px;height:16px;border:2px solid #FFF;border:2px solid var(--color-stroke-contrast);border-top-color:#191919;border-top-color:var(--color-stroke-tertiary);border-radius:50%;animation:spin .6s linear infinite}[data-button-loader].loading{opacity:1}@keyframes spin{to{transform:rotate(360deg)}}.hidden{display:none!important}.breadcrumbs{position:absolute;top:8px;left:50%;width:100%;max-width:1920px;max-width:var(--container-width-wide);margin:0 auto;padding-left:16px;padding-left:var(--container-padding-mobile);padding-right:16px;padding-right:var(--container-padding-mobile);font-size:12px;color:#666674;color:var(--color-text-secondary);font-weight:500;transform:translate(-50%)}.breadcrumbs span:not(:last-child){margin-right:8px}.breadcrumbs span:not(:first-child){margin-left:8px}.breadcrumbs .current-item{font-weight:600;color:#191919;color:var(--color-text-primary)}.section:not(:last-child){margin-bottom:var(--sections-indent)}.header{position:sticky;top:0;background-color:#fff;background-color:var(--color-background-contrast);z-index:10}.header__container{position:relative;display:flex;justify-content:space-between;align-items:center;-moz-column-gap:24px;column-gap:24px;min-height:80px;row-gap:8px;padding-top:19px;padding-bottom:19px}.header__logo{flex:1;display:block;width:98px;height:36px;margin-right:auto;font-size:15px;font-weight:600;line-height:1.2;color:#14ae5c;color:var(--color-text-accent)}.header__burger{position:relative;width:40px;height:40px;padding:0;padding:initial;background-color:transparent;border:medium none currentColor;border:initial}.header__burger span{position:absolute;right:0;width:24px;height:2px;background-color:#666674;background-color:var(--color-stroke-primary);border-radius:2px;transform-origin:center center;transition:.2s ease;transition:var(--transition)}.header__burger span:first-child{transform:translateY(9px)}.header__burger span:nth-child(2){transform:translateY(0)}.header__burger span:last-child{transform:translateY(-9px)}.header__nav{position:absolute;top:100%;left:0;width:100%;height:calc(100vh - 100%);max-height:calc(100vh - 100%);overflow-y:auto;padding-left:16px;padding-left:var(--container-padding-mobile);padding-right:16px;padding-right:var(--container-padding-mobile);padding-bottom:120px;background-color:#fff;background-color:var(--color-background-contrast);opacity:0;z-index:-1;visibility:hidden;transition:.2s ease;transition:var(--transition)}.header__tel{display:none}.header .nav__list{display:flex;flex-direction:column;row-gap:10px}.header .nav__list>li{display:flex;flex-direction:column;row-gap:10px}.header .nav__list>li>a{display:block;padding:12px 0;font-size:20px;font-weight:700;line-height:1.2}.header .nav .menu-item-has-children .sub-menu{display:flex;flex-direction:column;row-gap:24px}.footer{padding:24px 0;background-color:#fff;background-color:var(--color-background-contrast)}.footer__container{display:flex;flex-direction:column;row-gap:48px}.footer__top{display:flex;flex-direction:column;align-items:center;row-gap:24px}.footer__logo{font-size:13px;font-weight:600;line-height:1.2;color:#14ae5c;color:var(--color-text-accent)}.footer__contacts{display:flex;flex-direction:column;align-items:center;row-gap:4px}.footer__contacts a{font-size:20px;font-weight:400;line-height:1.5;text-transform:uppercase}.footer .nav__list{display:flex;flex-wrap:wrap;gap:24px}.footer .nav a{font-size:14px;font-weight:700;line-height:1.5;letter-spacing:.07px}.footer__details{display:flex;flex-direction:column;row-gap:8px;font-size:12px;font-weight:400;line-height:1.2;color:#666674;color:var(--color-text-secondary)}.footer__details-column{display:flex;flex-direction:column;row-gap:4px}.footer__details h1{display:none}.footer__details h2,.footer__details h3,.footer__details h4,.footer__details h5,.footer__details h6{font-size:clamp(16px,.901rem + .42vw,20px);font-weight:700;line-height:1.2}.footer__details h2:not(:first-child),.footer__details h3:not(:first-child),.footer__details h4:not(:first-child),.footer__details h5:not(:first-child),.footer__details h6:not(:first-child){margin-top:32px}.footer__details h2:not(:last-child),.footer__details h3:not(:last-child),.footer__details h4:not(:last-child),.footer__details h5:not(:last-child),.footer__details h6:not(:last-child){margin-bottom:20px}.footer__details ul,.footer__details ol{display:flex;flex-direction:column;row-gap:4px}.footer__details ul:not(:first-child),.footer__details ol:not(:first-child){margin-top:12px}.footer__details ul:not(:last-child),.footer__details ol:not(:last-child){margin-bottom:12px}.footer__details ul li{position:relative;padding-left:16px}.footer__details ul li:before{position:absolute;top:6px;left:0;content:"";display:block;width:4px;min-width:4px;height:4px;background-color:#666674;background-color:var(--color-background-secondary);border-radius:10px}.footer__details ol{counter-reset:list}.footer__details ol li{counter-increment:list;position:relative;padding-left:26px}.footer__details ol li:before{position:absolute;top:0;left:0;content:counter(list) ".";min-width:14px;font-weight:500;color:#666674;color:var(--color-text-secondary);text-align:center}.footer__details p:not(:last-child){margin-bottom:4px}.footer__copyright{font-size:12px;font-weight:400;line-height:1.2;text-align:center}.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;max-height:100vh;overflow-y:auto;background-color:#19191999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;z-index:-10;transition:opacity .2s ease;transition:opacity var(--transition)}.modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;cursor:pointer}.modal__close{position:fixed;top:12px;right:12px;width:40px;height:40px;padding:9px;z-index:2}.modal__close:after{content:"";display:block;height:100%;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'><path d='M15.2136 1.07107L1.07151 15.2132M1.07151 1.07107L15.2136 15.2132' stroke='%23666674' stroke-width='2' stroke-linecap='round'/></svg>");background-repeat:no-repeat;background-size:contain}.modal__content{position:relative;width:100%;max-width:580px;height:-moz-fit-content;height:fit-content;max-height:100vh;overflow-y:auto;overflow-x:hidden;padding:32px 16px 120px;background-color:#fff;background-color:var(--color-background-contrast);z-index:1}.form{position:relative}.form__wrapper{display:flex;flex-direction:column;row-gap:24px}.form__title{margin-bottom:24px;font-size:24px;line-height:1.2;text-align:center}.form__radio-wrapper{display:flex;flex-direction:column;row-gap:22px}.form__radio-group{display:grid;grid-template-columns:repeat(3,auto);grid-column-gap:16px;-moz-column-gap:16px;column-gap:16px;grid-row-gap:8px;row-gap:8px;width:-moz-fit-content;width:fit-content}.form__radio-group p{grid-column:span 3}.form__confirmation{position:absolute;top:calc(100% + 10px);left:50%;width:100%;color:#14ae5c;color:var(--color-text-accent);text-align:center;transform:translate(-50%)}.input{position:relative;display:flex;flex-direction:column}.input input{width:100%;min-height:58px;padding:12px 12px 0;font-size:16px;line-height:1.2;color:#191919;color:var(--color-text-primary);border:1px solid #CCCCD1;border:1px solid var(--color-stroke-secondary);border-radius:4px;background:#FFF;background:var(--color-background-contrast)}.input input:focus{outline:none;border-color:#14ae5c;border-color:var(--color-background-accent)}.input__label{position:absolute;top:50%;left:12px;transform:translateY(-50%);transition:all .2s ease;line-height:2;color:#666674;color:var(--color-text-secondary);pointer-events:none;background-color:#fff;background-color:var(--color-background-contrast)}.input__error{position:absolute;left:0;top:calc(100% + 4px);font-size:10px;color:#dc3545;color:var(--color-text-danger);z-index:1}.input:focus-within .input__label,.input.has-value .input__label{will-change:top,left,font-size;top:14px;font-size:12px;font-weight:700;line-height:1.2;background-color:#fff;background-color:var(--color-background-contrast);color:#afb0b5;color:var(--color-text-tertiary)}.input .iti{width:100%}.input .iti+.input__label{left:48px}.input .iti .iti__selected-country-primary{background-color:transparent!important;background-color:initial!important}.input.invalid input{border-color:#dc3545;border-color:var(--color-stroke-danger)}.iti__search-input{padding:12px!important}.iti__search-input{width:100%;min-height:58px;font-size:16px;line-height:1.2;color:#191919;color:var(--color-text-primary);border:1px solid #CCCCD1;border:1px solid var(--color-stroke-secondary);border-radius:4px;background:#FFF;background:var(--color-background-contrast)}.iti__search-input:focus{outline:none;border-color:#14ae5c;border-color:var(--color-background-accent)}.radio{position:relative;display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px}.radio__custom{display:flex;justify-content:center;align-items:center;width:22px;height:22px;padding:4px;border:1px solid #CCCCD1;border:1px solid var(--color-stroke-secondary);border-radius:100%}.radio__custom:after{content:"";display:inline-block;width:100%;height:100%;border-radius:100%;background-color:transparent;transition:background-color .2s ease;transition:background-color var(--transition)}.radio__browser:checked+.radio__custom:after{background-color:#14ae5c;background-color:var(--color-background-accent)}.checkbox{position:relative;display:flex;-moz-column-gap:8px;column-gap:8px}.checkbox__custom{display:flex;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;padding:4px;border:1px solid #CCCCD1;border:1px solid var(--color-stroke-secondary);border-radius:3px}.checkbox__custom:after{content:"";display:inline-block;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath d='M1.5 7.5L7 13C7 13 10 9 14.5 3' stroke='%2314AE5C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;opacity:0;transition:opacity .2s ease;transition:opacity var(--transition)}.checkbox__browser:checked+.checkbox__custom:after{opacity:1}.checkbox.invalid .checkbox__custom{border-color:#dc3545;border-color:var(--color-stroke-danger)}.input-date{background-color:#fff;background-color:var(--color-background-contrast)}.input-date input[type=date],.input-date input[data-date-picker]{opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;cursor:pointer;z-index:2}.input-date__custom{display:flex;align-items:flex-end;min-height:58px;padding:12px;font-size:16px;line-height:1.2;color:#191919;color:var(--color-text-primary);border:1px solid #CCCCD1;border:1px solid var(--color-stroke-secondary);border-radius:4px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 0C3.77614 0 4 0.223858 4 0.5V1H12V0.5C12 0.223858 12.2239 0 12.5 0C12.7761 0 13 0.223858 13 0.5V1H14C15.1046 1 16 1.89543 16 3V14C16 15.1046 15.1046 16 14 16H2C0.895431 16 0 15.1046 0 14V3C0 1.89543 0.895431 1 2 1H3V0.5C3 0.223858 3.22386 0 3.5 0ZM1 4V14C1 14.5523 1.44772 15 2 15H14C14.5523 15 15 14.5523 15 14V4H1Z' fill='%23666674'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px 16px}form.is-disabled{opacity:.6;pointer-events:none;cursor:not-allowed;transition:opacity .2s ease;transition:opacity var(--transition)}.card__link{display:flex;flex-direction:column;row-gap:16px}.card__media{border-radius:8px;aspect-ratio:16/9;overflow:hidden;background-color:#666674;background-color:var(--color-background-secondary)}.card__image{height:100%;background-color:#666674;background-color:var(--color-background-secondary);-o-object-fit:cover;object-fit:cover;aspect-ratio:16/9;border-radius:8px}.overlay-card{position:relative}.overlay-card--small .overlay-card__content{min-height:120px}.overlay-card__link{display:block;width:100%;height:100%}.overlay-card__media{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;overflow:hidden;z-index:-1;background-color:#666674;background-color:var(--color-background-secondary)}.overlay-card__media-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.overlay-card__media-overlay:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background:linear-gradient(-107deg,rgba(20,174,92,.25) 28.71%,rgba(26,82,71,.83) 79.48%)}.overlay-card__media-overlay:after{content:"";display:block;width:100%;height:100%;background:linear-gradient(-102deg,rgba(20,174,92,.16) 6.76%,rgba(116,223,218,.54) 87.86%);mix-blend-mode:multiply}.overlay-card__image{height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.overlay-card__content{display:flex;flex-direction:column;justify-content:flex-end;padding:48px 24px;height:100%;min-height:200px;color:#fff;color:var(--color-text-contrast);vertical-align:bottom}.specialist-card{display:flex;flex-direction:column;align-items:center;row-gap:16px;padding:24px;text-align:center;background-color:#fff;background-color:var(--color-background-contrast);border-radius:8px}.specialist-card__media{aspect-ratio:1/1;border-radius:12px;overflow:hidden}.specialist-card__image{width:200px;height:200px;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:12px}.specialist-card__heading{display:flex;flex-direction:column;row-gap:8px}.vacancy-card{height:100%;background-color:#fff;background-color:var(--color-background-contrast);border-radius:8px;overflow:hidden}.vacancy-card__link{display:flex;flex-direction:column;justify-content:space-between;row-gap:32px;height:100%;padding:24px;text-align:center}.vacancy-card__link:hover .vacancy-card__btn{background-color:#008f43;background-color:var(--color-background-accent-dark);border:2px solid #008F43;border:2px solid var(--color-stroke-accent-dark)}.vacancy-card__heading,.vacancy-card__info{display:flex;flex-direction:column;row-gap:12px;color:#191919;color:var(--color-text-primary)}.vacancies-category-card{height:100%;background-color:#fff;background-color:var(--color-background-contrast);border-radius:8px;overflow:hidden}.vacancies-category-card__link{display:flex;flex-direction:column;justify-content:space-between;row-gap:32px;height:100%;padding:24px;text-align:center}.vacancies-category-card__link:hover .vacancies-category-card__btn{background-color:#008f43;background-color:var(--color-background-accent-dark);border:2px solid #008F43;border:2px solid var(--color-stroke-accent-dark)}.vacancies-category-card__heading,.vacancies-category-card__info{display:flex;flex-direction:column;row-gap:12px;color:#191919;color:var(--color-text-primary)}.extended-vacancy-card{display:flex;flex-direction:column;row-gap:32px;padding:24px;background-color:#fff;background-color:var(--color-background-contrast);border-radius:8px;overflow:hidden}.extended-vacancy-card__details{display:flex;flex-direction:column;row-gap:16px}.extended-vacancy-card__details-section{display:flex;flex-direction:column;row-gap:8px}.extended-vacancy-card__details-text h1,.extended-vacancy-card__details-text h2,.extended-vacancy-card__details-text h3{display:none}.extended-vacancy-card__details-text h4,.extended-vacancy-card__details-text h5,.extended-vacancy-card__details-text h6{font-size:clamp(16px,.901rem + .42vw,20px);font-weight:700;line-height:1.2}.extended-vacancy-card__details-text h4:not(:first-child),.extended-vacancy-card__details-text h5:not(:first-child),.extended-vacancy-card__details-text h6:not(:first-child){margin-top:32px}.extended-vacancy-card__details-text h4:not(:last-child),.extended-vacancy-card__details-text h5:not(:last-child),.extended-vacancy-card__details-text h6:not(:last-child){margin-bottom:20px}.extended-vacancy-card__details-text ul,.extended-vacancy-card__details-text ol{display:flex;flex-direction:column;row-gap:4px}.extended-vacancy-card__details-text ul:not(:first-child),.extended-vacancy-card__details-text ol:not(:first-child){margin-top:12px}.extended-vacancy-card__details-text ul:not(:last-child),.extended-vacancy-card__details-text ol:not(:last-child){margin-bottom:12px}.extended-vacancy-card__details-text ul li{position:relative;padding-left:16px}.extended-vacancy-card__details-text ul li:before{position:absolute;top:9px;left:0;content:"";display:block;width:4px;min-width:4px;height:4px;background-color:#666674;background-color:var(--color-background-secondary);border-radius:10px}.extended-vacancy-card__details-text ol{counter-reset:list}.extended-vacancy-card__details-text ol li{counter-increment:list;position:relative;padding-left:26px}.extended-vacancy-card__details-text ol li:before{position:absolute;top:0;left:0;content:counter(list) ".";min-width:14px;font-weight:500;color:#666674;color:var(--color-text-secondary);text-align:center}.extended-vacancy-card__details-text p:not(:last-child){margin-bottom:8px}.extended-vacancy-card__info{display:flex;flex-direction:column;row-gap:20px}.extended-vacancy-card__action{display:flex;flex-direction:column;row-gap:16px}.extended-vacancy-card__payment{text-align:center}.extended-vacancy-card__btn{width:100%}.main-slider{padding-top:16px}.main-slider.image-only .main-slider__swiper{min-height:-moz-fit-content;min-height:fit-content}.main-slider.image-only .main-slider__slide-image{width:100%;height:100%;aspect-ratio:8/3;-o-object-fit:cover;object-fit:cover}.main-slider.image-only .main-slider__nav{top:6px;right:6px;-moz-column-gap:8px;column-gap:8px}.main-slider.image-only .main-slider__prev,.main-slider.image-only .main-slider__next{width:34px;height:34px}.main-slider__container{display:flex;flex-direction:column;row-gap:24px}.main-slider__box{border-radius:8px;overflow:hidden}.main-slider__swiper{max-width:100%;min-height:360px;border-radius:8px;overflow:hidden}.main-slider__nav{position:absolute;top:22px;right:18px;display:flex;-moz-column-gap:18px;column-gap:18px;z-index:10}.main-slider__slide.swiper-slide{height:auto}.main-slider__slide-content{padding:32px 24px;min-height:360px;display:flex;flex-direction:column;justify-content:flex-end;height:100%;color:#fff;color:var(--color-text-contrast)}.main-slider__slide-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.main-slider__slide-img{width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-color:#666674;background-color:var(--color-background-secondary)}.main-slider__slide-title{margin-bottom:12px}.main-slider__slide-text{margin-bottom:24px}.main-slider__slide-content>*{position:relative;z-index:10}.main-slider__slide-button{width:-moz-fit-content;width:fit-content}.main-slider__slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.6) 35.63%,rgba(0,0,0,.17) 80.66%);pointer-events:none;z-index:2}.main-slider__card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:32px 24px;min-height:360px;background-color:#666674;background-color:var(--color-background-secondary);background-repeat:no-repeat;background-size:cover;border-radius:8px;overflow:hidden}.main-slider__card-wrapper{position:relative;z-index:1}.main-slider__card-title{margin-bottom:12px;color:#fff;color:var(--color-text-contrast)}.main-slider__card-text{margin-bottom:24px;color:#fff;color:var(--color-text-contrast);line-height:1.5}.main-slider__card-button{width:-moz-fit-content;width:fit-content}.main-slider__card-overlay{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.32) 41.07%,rgba(0,0,0,0) 100%)}.cards-slider__heading{display:flex;justify-content:space-between;-moz-column-gap:24px;column-gap:24px}.cards-slider__link{position:relative;display:inline-flex;align-items:center;gap:8px}.cards-slider__link-arrow{overflow:hidden;width:56px;height:16px}.cards-slider__link-arrow:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='16' viewBox='0 0 56 16' fill='none'%3E%3Cpath d='M55.7071 8.70711C56.0976 8.31658 56.0976 7.68342 55.7071 7.29289L49.3431 0.928932C48.9526 0.538408 48.3195 0.538408 47.9289 0.928932C47.5384 1.31946 47.5384 1.95262 47.9289 2.34315L53.5858 8L47.9289 13.6569C47.5384 14.0474 47.5384 14.6805 47.9289 15.0711C48.3195 15.4616 48.9526 15.4616 49.3431 15.0711L55.7071 8.70711ZM0 8V9H55V8V7H0V8Z' fill='%2314AE5C'/%3E%3C/svg%3E");content:"";display:inline-block;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='16' viewBox='0 0 56 16' fill='none'%3E%3Cpath d='M55.7071 8.70711C56.0976 8.31658 56.0976 7.68342 55.7071 7.29289L49.3431 0.928932C48.9526 0.538408 48.3195 0.538408 47.9289 0.928932C47.5384 1.31946 47.5384 1.95262 47.9289 2.34315L53.5858 8L47.9289 13.6569C47.5384 14.0474 47.5384 14.6805 47.9289 15.0711C48.3195 15.4616 48.9526 15.4616 49.3431 15.0711L55.7071 8.70711ZM0 8V9H55V8V7H0V8Z' fill='%2314AE5C'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:left center;transform:translate(-32px);transition:transform .3s ease;overflow:hidden}.cards-slider__link:hover .cards-slider__link-arrow:after{transform:translate(0)}.cards-slider__nav{display:none}.banner.image-only .banner__wrapper{aspect-ratio:5/1}.banner__wrapper{position:relative;border-radius:8px;overflow:hidden;background-color:#14ae5c;background-color:var(--color-background-accent);background-repeat:no-repeat;background-size:cover}.banner__content{position:relative;display:flex;flex-direction:column;justify-content:flex-end;row-gap:24px;padding:32px 24px;min-height:360px;z-index:1;color:#fff;color:var(--color-text-contrast)}.banner__btn{width:-moz-fit-content;width:fit-content}.card-link-grid-2__wrapper{display:grid;grid-gap:24px;gap:24px}.card-link-grid-2__card-link{display:flex;flex-direction:column;row-gap:16px;height:100%}.card-link-grid-2__card-media{height:200px;border-radius:8px;overflow:hidden;background-color:#666674;background-color:var(--color-background-secondary)}.card-link-grid-2__card-image{height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px;background-color:#666674;background-color:var(--color-background-secondary)}.text-banner__wrapper{background-color:#14ae5c;background-color:var(--color-background-accent);background-repeat:no-repeat;background-position:center top;background-size:cover;border-radius:8px;overflow:hidden}.text-banner__content{position:relative;display:flex;flex-direction:column;row-gap:24px;padding:32px 24px;color:#fff;color:var(--color-text-contrast);background-image:linear-gradient(90deg,rgba(0,0,0,.6) 35.63%,rgba(0,0,0,.17) 80.66%);z-index:1}.text-banner__btn{width:-moz-fit-content;width:fit-content}.cards-slider__header,.card-link-grid-4__heading{display:flex;justify-content:space-between;-moz-column-gap:24px;column-gap:24px}.card-link-grid-4__link{position:relative;display:inline-flex;align-items:center;gap:8px}.card-link-grid-4__link-arrow{overflow:hidden;width:56px;height:16px}.card-link-grid-4__link-arrow:after{content:"";display:inline-block;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='16' viewBox='0 0 56 16' fill='none'%3E%3Cpath d='M55.7071 8.70711C56.0976 8.31658 56.0976 7.68342 55.7071 7.29289L49.3431 0.928932C48.9526 0.538408 48.3195 0.538408 47.9289 0.928932C47.5384 1.31946 47.5384 1.95262 47.9289 2.34315L53.5858 8L47.9289 13.6569C47.5384 14.0474 47.5384 14.6805 47.9289 15.0711C48.3195 15.4616 48.9526 15.4616 49.3431 15.0711L55.7071 8.70711ZM0 8V9H55V8V7H0V8Z' fill='%2314AE5C'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:left center;transform:translate(-32px);transition:transform .3s ease;overflow:hidden}.card-link-grid-4__link:hover .card-link-grid-4__link-arrow:after{transform:translate(0)}.card-link-grid-4__wrapper{display:grid;grid-gap:24px;gap:24px}.hero-gradient{position:relative;padding-bottom:60px;margin-bottom:-120px;z-index:-1}.hero-gradient__heading{display:flex;flex-direction:column;row-gap:12px}.hero-gradient__media{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.2;z-index:-1}.hero-gradient__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#F5F5F6 100%)}.hero-gradient__content{display:flex;flex-direction:column;align-items:center;row-gap:24px;max-width:940px;margin:0 auto;padding:60px 0;text-align:center}.hero-green{position:relative;padding-bottom:60px;margin-bottom:-120px;z-index:-1}.hero-green__media{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-green__media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#d3f0e1;background-color:var(--color-background-accent-light);mix-blend-mode:color}.hero-green__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#236e46;background-color:var(--color-background-accent-dark-2);mix-blend-mode:multiply}.hero-green__content{position:relative;display:flex;flex-direction:column;align-items:center;row-gap:24px;max-width:940px;margin:0 auto;padding:60px 0;color:#fff;color:var(--color-text-contrast);text-align:center;z-index:1}.icon-cards__container{display:flex;flex-direction:column}.icon-cards__list{counter-reset:step;display:grid;grid-row-gap:24px;row-gap:24px}.icon-cards__list:not(:last-child){margin-bottom:48px}.icon-cards__item{counter-increment:step;display:flex;-moz-column-gap:20px;column-gap:20px}.icon-cards__item:not(:last-child) .icon-cards__arrow{flex-grow:1}.icon-cards__item:not(:last-child) .icon-cards__arrow:before{content:"";height:100%;min-height:40px;display:block;width:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='102' viewBox='0 0 16 102' fill='none'%3E%3Cpath d='M7.2929 101.707C7.68343 102.098 8.31659 102.098 8.70712 101.707L15.0711 95.3431C15.4616 94.9526 15.4616 94.3195 15.0711 93.9289C14.6806 93.5384 14.0474 93.5384 13.6569 93.9289L8.00001 99.5858L2.34315 93.9289C1.95263 93.5384 1.31946 93.5384 0.92894 93.9289C0.538416 94.3195 0.538416 94.9526 0.928941 95.3431L7.2929 101.707ZM8 0L7 8.74228e-08L7.00001 101L8.00001 101L9.00001 101L9 -8.74228e-08L8 0Z' fill='%238AD7AE'/%3E%3C/svg%3E");background-size:100%;background-repeat:no-repeat;background-position:left bottom}.icon-cards__media{display:flex;flex-direction:column;row-gap:16px}.icon-cards__icon{display:flex;justify-content:center;align-items:center;padding:10px;width:38px;height:38px;border:1px solid #8AD7AE;border:1px solid var(--color-stroke-accent-light);border-radius:10px;background-color:#fff;background-color:var(--color-background-contrast);aspect-ratio:1/1}.icon-cards__icon-image{width:14px;height:14px;background-repeat:no-repeat;background-size:contain;background-position:center}.icon-cards__icon-number:before{content:counter(step);display:block;font-size:16px;font-weight:700;line-height:1;text-align:center;background-repeat:no-repeat;background-size:contain}.icon-cards__content{display:flex;flex-direction:column;row-gap:8px}.icon-cards__content.text-left{text-align:left}.icon-cards__text a{-webkit-text-decoration:underline;text-decoration:underline}.text-gradient-card__wrapper{display:grid;grid-gap:24px;gap:24px}.text-gradient-card__card{display:flex;flex-direction:column;row-gap:16px;padding:24px;color:#fff;color:var(--color-text-contrast);text-align:center;background:linear-gradient(0deg,#4D9E73 -.09%,#406870 99.91%);border-radius:8px}.specialists-cards__wrapper{display:grid;grid-gap:24px;gap:24px}.payments__wrapper{display:grid;grid-row-gap:24px;row-gap:24px}.payments__heading,.payments__content{display:flex;flex-direction:column;row-gap:24px}.payments__content{padding:24px 16px;background-color:#fff;background-color:var(--color-background-contrast);border-radius:8px;overflow:hidden}.payments__text h1,.payments__text h2{display:none}.payments__text h3,.payments__text h4,.payments__text h5,.payments__text h6{margin-bottom:20px;font-size:clamp(16px,.901rem + .42vw,20px);font-weight:700;line-height:1.2}.payments__text h3:not(:first-child),.payments__text h4:not(:first-child),.payments__text h5:not(:first-child),.payments__text h6:not(:first-child){margin-top:32px}.payments__text ul,.payments__text ol{display:flex;flex-direction:column;row-gap:8px;margin-top:12px}.payments__text ul:not(:last-child),.payments__text ol:not(:last-child){margin-bottom:12px}.payments__text ul li{position:relative;padding-left:16px}.payments__text ul li:before{position:absolute;top:9px;left:0;content:"";display:block;width:4px;min-width:4px;height:4px;background-color:#666674;background-color:var(--color-background-secondary);border-radius:10px}.payments__text ol{counter-reset:list}.payments__text ol li{counter-increment:list;position:relative;padding-left:26px}.payments__text ol li:before{position:absolute;top:0;left:0;content:counter(list) ".";min-width:14px;font-weight:500;color:#666674;color:var(--color-text-secondary);text-align:center}.payments__text p:not(:last-child){margin-bottom:8px}.payments__descr{display:flex;flex-direction:column;row-gap:8px}.payments__descr-text h1,.payments__descr-text h2{display:none}.payments__descr-text h3,.payments__descr-text h4,.payments__descr-text h5,.payments__descr-text h6{font-size:clamp(16px,.802rem + .85vw,24px);font-weight:700;line-height:1.2}.payments__descr-text h3:not(:first-child),.payments__descr-text h4:not(:first-child),.payments__descr-text h5:not(:first-child),.payments__descr-text h6:not(:first-child){margin-top:32px}.payments__descr-text h3:not(:last-child),.payments__descr-text h4:not(:last-child),.payments__descr-text h5:not(:last-child),.payments__descr-text h6:not(:last-child){margin-bottom:20px}.payments__descr-text ul,.payments__descr-text ol{display:flex;flex-direction:column;row-gap:8px;margin-top:12px}.payments__descr-text ul:not(:last-child),.payments__descr-text ol:not(:last-child){margin-bottom:12px}.payments__descr-text ul li{position:relative;padding-left:16px}.payments__descr-text ul li:before{position:absolute;top:9px;left:0;content:"";display:block;width:4px;min-width:4px;height:4px;background-color:#666674;background-color:var(--color-background-secondary);border-radius:10px}.payments__descr-text ol{counter-reset:list}.payments__descr-text ol li{counter-increment:list;position:relative;padding-left:26px}.payments__descr-text ol li:before{position:absolute;top:0;left:0;content:counter(list) ".";min-width:14px;font-weight:500;color:#666674;color:var(--color-text-secondary);text-align:center}.payments__descr-text p:not(:last-child){margin-bottom:8px}.payments__list{display:flex;flex-direction:column;row-gap:16px}.payments__item{display:flex;justify-content:space-between;flex-wrap:wrap;-moz-column-gap:24px;column-gap:24px}.small-card-link-grid-4__wrapper{display:grid;grid-gap:24px;gap:24px}.image-text-columns.change-direction .image-text-columns__wrapper{grid-template-areas:"text" "media"}.image-text-columns__wrapper{display:grid;grid-template-areas:"media" "text";grid-row-gap:32px;row-gap:32px}.image-text-columns__media{grid-area:media;border-radius:8px;overflow:hidden}.image-text-columns__img{height:100%;aspect-ratio:6/5;-o-object-fit:cover;object-fit:cover;border-radius:8px;overflow:hidden}.image-text-columns__content{grid-area:text;display:flex;flex-direction:column;row-gap:32px}.image-text-columns__text h1,.image-text-columns__text h2{display:none}.image-text-columns__text h3,.image-text-columns__text h4,.image-text-columns__text h5,.image-text-columns__text h6{font-size:clamp(16px,.901rem + .42vw,20px);line-height:1.2;font-weight:700}.image-text-columns__text h3:not(:first-child),.image-text-columns__text h4:not(:first-child),.image-text-columns__text h5:not(:first-child),.image-text-columns__text h6:not(:first-child){margin-top:32px}.image-text-columns__text h3:not(:last-child),.image-text-columns__text h4:not(:last-child),.image-text-columns__text h5:not(:last-child),.image-text-columns__text h6:not(:last-child){margin-bottom:20px}.image-text-columns__text ul,.image-text-columns__text ol{display:flex;flex-direction:column;row-gap:8px;margin-top:16px}.image-text-columns__text ul:not(:last-child),.image-text-columns__text ol:not(:last-child){margin-bottom:32px}.image-text-columns__text ul li{position:relative;padding-left:28px}.image-text-columns__text ul li:before{position:absolute;top:4px;left:0;content:"";display:block;width:14px;min-width:14px;height:14px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M1.5 8.4541L7 13.9541C7 13.9541 10 9.9541 14.5 3.9541' stroke='%2314AE5C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain}.image-text-columns__text ol{counter-reset:list;display:flex;flex-direction:column;row-gap:8px}.image-text-columns__text ol li{counter-increment:list;position:relative;padding-left:28px}.image-text-columns__text ol li:before{position:absolute;top:0;left:0;content:counter(list) ".";min-width:14px;font-weight:600;color:#14ae5c;color:var(--color-text-accent);text-align:center}.image-text-columns__text p:not(:last-child){margin-bottom:8px}.image-text-columns__banner{padding:24px;background-color:#d3f0e1;background-color:var(--color-background-accent-light);border-radius:8px}.faq__container{display:flex;flex-direction:column;align-items:center}.faq__accordion{width:100%;max-width:860px;border-top:1px solid #CCCCD1;border-top:1px solid var(--color-stroke-secondary)}.faq__accordion-arrow{display:flex;justify-content:center;align-items:center}.faq__accordion-arrow:before{content:"";display:inline-block;width:24px;height:24px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M5.43359 9.60931L12.2168 16.8447L19 9.60931' stroke='%2314AE5C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;transition:transform .2s ease;transition:transform var(--transition)}.faq__accordion-details[open]{background-color:#fff;background-color:var(--color-background-contrast)}.faq__accordion-details[open] .faq__accordion-arrow:before{transform:rotate(-180deg)}.faq__accordion-details[open] .faq__accordion-summary{border-bottom-color:#fff;border-bottom-color:var(--color-stroke-contrast)}.faq__accordion-summary{list-style:none;display:flex;justify-content:space-between;align-items:center;-moz-column-gap:24px;column-gap:24px;padding:24px 16px;border-bottom:1px solid #CCCCD1;border-bottom:1px solid var(--color-stroke-secondary)}.faq__accordion-content{display:grid;grid-template-rows:0fr;padding-left:16px;padding-right:16px;transition-duration:.3s}.faq__accordion-details[open]+.faq__accordion-content{grid-template-rows:1fr;padding-bottom:24px;background-color:#fff;background-color:var(--color-background-contrast);border-bottom:1px solid #CCCCD1;border-bottom:1px solid var(--color-stroke-secondary)}.faq__accordion-body{overflow:hidden}.faq__accordion-body h1,.faq__accordion-body h2,.faq__accordion-body h3{display:none}.faq__accordion-body h4,.faq__accordion-body h5,.faq__accordion-body h6{font-size:clamp(16px,.901rem + .42vw,20px);font-weight:700;line-height:1.2}.faq__accordion-body h4:not(:first-child),.faq__accordion-body h5:not(:first-child),.faq__accordion-body h6:not(:first-child){margin-top:32px}.faq__accordion-body h4:not(:last-child),.faq__accordion-body h5:not(:last-child),.faq__accordion-body h6:not(:last-child){margin-bottom:20px}.faq__accordion-body ul,.faq__accordion-body ol{display:flex;flex-direction:column;row-gap:8px}.faq__accordion-body ul:not(:first-child),.faq__accordion-body ol:not(:first-child){margin-top:12px}.faq__accordion-body ul:not(:last-child),.faq__accordion-body ol:not(:last-child){margin-bottom:12px}.faq__accordion-body ul li{position:relative;padding-left:16px}.faq__accordion-body ul li:before{position:absolute;top:9px;left:0;content:"";display:block;width:4px;min-width:4px;height:4px;background-color:#666674;background-color:var(--color-background-secondary);border-radius:10px}.faq__accordion-body ol{counter-reset:list}.faq__accordion-body ol li{counter-increment:list;position:relative;padding-left:26px}.faq__accordion-body ol li:before{position:absolute;top:0;left:0;content:counter(list) ".";min-width:14px;font-weight:500;color:#666674;color:var(--color-text-secondary);text-align:center}.faq__accordion-body p:not(:last-child){margin-bottom:8px}.section-form{overflow-x:hidden}.section-form__container{display:flex;flex-direction:column;align-items:center}.section-form .form{width:100%;max-width:860px}.section-form .form__title{margin-bottom:32px;font-size:clamp(24px,1.302rem + .85vw,32px);text-align:left}.section-form .form__wrapper{max-width:500px;margin:0 auto}.requirements__container{display:grid;grid-gap:24px;gap:24px}.requirements__content{padding:24px;background-color:#fff;background-color:var(--color-background-contrast);border-radius:8px;overflow:hidden}.requirements__content h1{display:none}.requirements__content h2,.requirements__content h3,.requirements__content h4,.requirements__content h5,.requirements__content h6{margin-bottom:20px;font-size:24px;font-weight:700;line-height:1.2}.requirements__content h2:not(:first-child),.requirements__content h3:not(:first-child),.requirements__content h4:not(:first-child),.requirements__content h5:not(:first-child),.requirements__content h6:not(:first-child){margin-top:32px}.requirements__content h2:not(:last-child),.requirements__content h3:not(:last-child),.requirements__content h4:not(:last-child),.requirements__content h5:not(:last-child),.requirements__content h6:not(:last-child){margin-bottom:20px}.requirements__content ul,.requirements__content ol{display:flex;flex-direction:column;row-gap:8px;margin-top:12px}.requirements__content ul:not(:last-child),.requirements__content ol:not(:last-child){margin-bottom:12px}.requirements__content ul li{position:relative;padding-left:16px}.requirements__content ul li:before{position:absolute;top:9px;left:0;content:"";display:block;width:4px;min-width:4px;height:4px;background-color:#666674;background-color:var(--color-background-secondary);border-radius:10px}.requirements__content ol{counter-reset:list}.requirements__content ol li{counter-increment:list;position:relative;padding-left:26px}.requirements__content ol li:before{position:absolute;top:0;left:0;content:counter(list) ".";min-width:14px;font-weight:500;color:#666674;color:var(--color-text-secondary);text-align:center}.requirements__content p:not(:last-child){margin-bottom:8px}.vacancy-slider{padding:48px 0;background-color:#d2e0da;background-color:var(--color-project-2)}.vacancy-slider:last-child{margin-bottom:-110px}.vacancy-slider__heading{display:flex;flex-direction:column;row-gap:8px}.vacancy-slider__nav{align-self:flex-end}.colored-cards-grid{padding:48px 0;background-color:#d2e0da;background-color:var(--color-project-2);overflow:hidden}.colored-cards-grid__wrapper{display:grid;grid-gap:24px;gap:24px}.colored-cards-grid__card{display:flex;flex-direction:column;align-items:center;row-gap:16px;padding:24px;text-align:center;background-color:#fff;background-color:var(--color-background-contrast);border:1px solid #8AD7AE;border:1px solid var(--color-stroke-accent-light);border-radius:8px}.colored-cards-grid__card-icon{aspect-ratio:1/1;width:24px;height:24px}.subcategory-vacancies-slider__heading{display:flex;flex-direction:column;row-gap:8px}.subcategory-vacancies-slider__nav{align-self:flex-end}.vacancies-categories-cards__wrapper{display:grid;grid-gap:24px;gap:24px}.important-info-cards__heading{padding:48px 0}.important-info-cards__title{text-align:center}.important-info-cards__wrapper{display:grid;grid-gap:24px;gap:24px}.important-info__heading{padding:48px 0}.important-info__title{text-align:center}.important-info__wrapper{display:grid;grid-gap:24px;gap:24px}.important-info__content h1{display:none}.important-info__content h2{font-size:clamp(24px,1.302rem + .85vw,32px);font-weight:700;line-height:1.2}.important-info__content h2:not(:first-child){margin-top:32px}.important-info__content h2:not(:last-child){margin-bottom:20px}.important-info__content h3,.important-info__content h4,.important-info__content h5,.important-info__content h6{font-size:clamp(16px,.901rem + .42vw,20px);font-weight:700;line-height:1.2}.important-info__content h3:not(:first-child),.important-info__content h4:not(:first-child),.important-info__content h5:not(:first-child),.important-info__content h6:not(:first-child){margin-top:32px}.important-info__content h3:not(:last-child),.important-info__content h4:not(:last-child),.important-info__content h5:not(:last-child),.important-info__content h6:not(:last-child){margin-bottom:20px}.important-info__content ul,.important-info__content ol{display:flex;flex-direction:column;row-gap:8px;margin-top:12px}.important-info__content ul:not(:last-child),.important-info__content ol:not(:last-child){margin-bottom:12px}.important-info__content ul{display:flex;flex-direction:column;row-gap:8px}.important-info__content ul li{position:relative;padding-left:16px}.important-info__content ul li:before{position:absolute;top:9px;left:0;content:"";display:block;width:4px;min-width:4px;height:4px;background-color:#666674;background-color:var(--color-background-secondary);border-radius:10px}.important-info__content ol{counter-reset:list;display:flex;flex-direction:column;row-gap:8px}.important-info__content ol li{counter-increment:list;position:relative;padding-left:26px}.important-info__content ol li:before{position:absolute;top:0;left:0;content:counter(list) ".";min-width:14px;font-weight:500;color:#666674;color:var(--color-text-secondary);text-align:center}.important-info__content p:not(:last-child){margin-bottom:8px}.important-info__media{height:-moz-fit-content;height:fit-content}.important-info__media img{border-radius:8px;overflow:hidden}.subcategory-vacancies-cards .container{display:flex;flex-direction:column}.subcategory-vacancies-cards__title{margin-bottom:32px}.subcategory-vacancies-cards__wrapper{display:grid;grid-row-gap:24px;row-gap:24px}.subcategory-vacancies-cards__wrapper:not(:last-child){margin-bottom:32px}.subcategory-vacancies-cards button{width:100%}.step-form .container{display:flex;flex-direction:column;row-gap:48px}.step-form__heading{display:flex;flex-direction:column;row-gap:16px;width:100%;max-width:860px}.step-form__form{position:relative;display:grid;grid-row-gap:48px;row-gap:48px;width:100%;max-width:860px}.step-form__number{text-align:center}.step-form__page{display:grid;grid-row-gap:24px;row-gap:24px}.step-form__page .checkbox-group{position:relative}.step-form__page .checkbox-group,.step-form__page .radio-group,.step-form__page-wrapper{display:grid;grid-row-gap:12px;row-gap:12px}.step-form__success{text-align:center}.warning__wrapper{display:flex;flex-direction:column;row-gap:16px;padding:24px;background-color:#ffe0e0;background-color:var(--color-background-warning);border-radius:8px;overflow:hidden;text-align:center}.warning-2__wrapper{display:flex;flex-direction:column;row-gap:16px;padding:24px;margin-top:-32px;background-color:#fff;background-color:var(--color-background-contrast);border-radius:8px;overflow:hidden;text-align:center}.shaped-img-info__wrapper{display:grid;grid-template-areas:"shaped-img-info-media" "shaped-img-info-text";grid-row-gap:32px;row-gap:32px;padding:24px;border-radius:16px;background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.shaped-img-info__media{grid-area:shaped-img-info-media;max-width:300px;justify-self:center;border-radius:8px;overflow:hidden}.shaped-img-info__img{height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}.shaped-img-info__content{grid-area:shaped-img-info-text;display:flex;flex-direction:column;row-gap:24px}.shaped-img-info__text h1,.shaped-img-info__text h2{display:none}.shaped-img-info__text h3,.shaped-img-info__text h4,.shaped-img-info__text h5,.shaped-img-info__text h6{font-size:clamp(16px,.901rem + .42vw,20px);line-height:1.2;font-weight:700}.shaped-img-info__text h3:not(:first-child),.shaped-img-info__text h4:not(:first-child),.shaped-img-info__text h5:not(:first-child),.shaped-img-info__text h6:not(:first-child){margin-top:32px}.shaped-img-info__text h3:not(:last-child),.shaped-img-info__text h4:not(:last-child),.shaped-img-info__text h5:not(:last-child),.shaped-img-info__text h6:not(:last-child){margin-bottom:20px}.shaped-img-info__text ul,.shaped-img-info__text ol{display:flex;flex-direction:column;row-gap:8px;margin-top:16px}.shaped-img-info__text ul:not(:last-child),.shaped-img-info__text ol:not(:last-child){margin-bottom:32px}.shaped-img-info__text ul li{position:relative;padding-left:28px}.shaped-img-info__text ul li:before{position:absolute;top:4px;left:0;content:"";display:block;width:14px;min-width:14px;height:14px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M1.5 8.4541L7 13.9541C7 13.9541 10 9.9541 14.5 3.9541' stroke='%2314AE5C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain}.shaped-img-info__text ol{counter-reset:list;display:flex;flex-direction:column;row-gap:8px}.shaped-img-info__text ol li{counter-increment:list;position:relative;padding-left:28px}.shaped-img-info__text ol li:before{position:absolute;top:0;left:0;content:counter(list) ".";min-width:14px;font-weight:600;color:#14ae5c;color:var(--color-text-accent);text-align:center}.shaped-img-info__text p:not(:last-child){margin-bottom:8px}.shaped-img-info__banner{padding:20px;background-color:#d3f0e1;background-color:var(--color-background-accent-light);border-radius:8px}.company__title--h1{padding:48px 0;text-align:center}.company__descr{display:flex;flex-direction:column;row-gap:24px}.company__detail,.company__info{display:flex;flex-direction:column;row-gap:16px}.company__info{padding-bottom:24px;border-bottom:1px solid #CCCCD1;border-bottom:1px solid var(--color-stroke-secondary)}.company__details{display:grid;grid-row-gap:24px;row-gap:24px}.company__detail-text h1,.company__detail-text h2,.company__detail-text h3{display:none}.company__detail-text h4,.company__detail-text h5,.company__detail-text h6{font-size:clamp(16px,.901rem + .42vw,20px);font-weight:700;line-height:1.2}.company__detail-text h4:not(:first-child),.company__detail-text h5:not(:first-child),.company__detail-text h6:not(:first-child){margin-top:32px}.company__detail-text h4:not(:last-child),.company__detail-text h5:not(:last-child),.company__detail-text h6:not(:last-child){margin-bottom:20px}.company__detail-text ul,.company__detail-text ol{display:flex;flex-direction:column;row-gap:8px}.company__detail-text ul:not(:first-child),.company__detail-text ol:not(:first-child){margin-top:12px}.company__detail-text ul:not(:last-child),.company__detail-text ol:not(:last-child){margin-bottom:12px}.company__detail-text ul li{position:relative;padding-left:16px}.company__detail-text ul li:before{position:absolute;top:9px;left:0;content:"";display:block;width:4px;min-width:4px;height:4px;background-color:#666674;background-color:var(--color-background-secondary);border-radius:10px}.company__detail-text ol{counter-reset:list}.company__detail-text ol li{counter-increment:list;position:relative;padding-left:26px}.company__detail-text ol li:before{position:absolute;top:0;left:0;content:counter(list) ".";min-width:14px;font-weight:500;color:#666674;color:var(--color-text-secondary);text-align:center}.company__detail-text p:not(:last-child){margin-bottom:8px}.contacts__title--h1{padding:48px 0;text-align:center}.contacts__wrapper{display:grid;grid-row-gap:32px;row-gap:32px}.contacts__content{display:flex;flex-direction:column;row-gap:24px}.contacts__items{display:flex;flex-direction:column;row-gap:12px}.contacts__items a{width:-moz-fit-content;width:fit-content}.contacts__text{max-width:680px}.contacts__text h1,.contacts__text h2{display:none}.contacts__text h3,.contacts__text h4,.contacts__text h5,.contacts__text h6{font-size:clamp(16px,.901rem + .42vw,20px);font-weight:700;line-height:1.2}.contacts__text h3:not(:first-child),.contacts__text h4:not(:first-child),.contacts__text h5:not(:first-child),.contacts__text h6:not(:first-child){margin-top:32px}.contacts__text h3:not(:last-child),.contacts__text h4:not(:last-child),.contacts__text h5:not(:last-child),.contacts__text h6:not(:last-child){margin-bottom:20px}.contacts__text ul,.contacts__text ol{display:flex;flex-direction:column;row-gap:8px}.contacts__text ul:not(:first-child),.contacts__text ol:not(:first-child){margin-top:12px}.contacts__text ul:not(:last-child),.contacts__text ol:not(:last-child){margin-bottom:12px}.contacts__text ul li{position:relative;padding-left:16px}.contacts__text ul li:before{position:absolute;top:9px;left:0;content:"";display:block;width:4px;min-width:4px;height:4px;background-color:#666674;background-color:var(--color-background-secondary);border-radius:10px}.contacts__text ol{counter-reset:list}.contacts__text ol li{counter-increment:list;position:relative;padding-left:26px}.contacts__text ol li:before{position:absolute;top:0;left:0;content:counter(list) ".";min-width:14px;font-weight:500;color:#666674;color:var(--color-text-secondary);text-align:center}.contacts__text p:not(:last-child){margin-bottom:8px}.contacts__map{height:340px;border-radius:16px;overflow:hidden}.contacts__map iframe{width:100%;height:100%}.img-top-text-columns__wrapper{background-color:#fff;background-color:var(--color-background-contrast);border-radius:8px;overflow:hidden}.img-top-text-columns__img{min-height:200px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:8px;overflow:hidden}.img-top-text-columns__content{display:grid;grid-row-gap:24px;row-gap:24px;padding:24px}.img-top-text-columns__content h1,.img-top-text-columns__content h2{display:none}.img-top-text-columns__content h3,.img-top-text-columns__content h4,.img-top-text-columns__content h5,.img-top-text-columns__content h6{font-size:16px;font-weight:700;line-height:1.2}.img-top-text-columns__content h3:not(:first-child),.img-top-text-columns__content h4:not(:first-child),.img-top-text-columns__content h5:not(:first-child),.img-top-text-columns__content h6:not(:first-child){margin-top:24px}.img-top-text-columns__content h3:not(:last-child),.img-top-text-columns__content h4:not(:last-child),.img-top-text-columns__content h5:not(:last-child),.img-top-text-columns__content h6:not(:last-child){margin-bottom:8px}.img-top-text-columns__content ul,.img-top-text-columns__content ol{display:flex;flex-direction:column;row-gap:8px}.img-top-text-columns__content ul:not(:first-child),.img-top-text-columns__content ol:not(:first-child){margin-top:12px}.img-top-text-columns__content ul:not(:last-child),.img-top-text-columns__content ol:not(:last-child){margin-bottom:12px}.img-top-text-columns__content ul>li{position:relative;padding-left:16px}.img-top-text-columns__content ul>li:before{position:absolute;top:9px;left:0;content:"";display:block;width:4px;min-width:4px;height:4px;background-color:#666674;background-color:var(--color-background-secondary);border-radius:10px}.img-top-text-columns__content ol{counter-reset:list}.img-top-text-columns__content ol>li{counter-increment:list;position:relative;padding-left:26px}.img-top-text-columns__content ol>li:before{position:absolute;top:0;left:0;content:counter(list) ".";min-width:14px;font-weight:500;color:#666674;color:var(--color-text-secondary);text-align:center}.img-top-text-columns__content p:not(:last-child){margin-bottom:8px}.three-text-columns__content{display:grid;grid-row-gap:12px;row-gap:12px}.three-text-columns__content h1,.three-text-columns__content h2{display:none}.three-text-columns__content h3,.three-text-columns__content h4,.three-text-columns__content h5,.three-text-columns__content h6{font-size:16px;font-weight:700;line-height:1.2}.three-text-columns__content h3:not(:first-child),.three-text-columns__content h4:not(:first-child),.three-text-columns__content h5:not(:first-child),.three-text-columns__content h6:not(:first-child){margin-top:24px}.three-text-columns__content h3:not(:last-child),.three-text-columns__content h4:not(:last-child),.three-text-columns__content h5:not(:last-child),.three-text-columns__content h6:not(:last-child){margin-bottom:8px}.three-text-columns__content ul,.three-text-columns__content ol{display:flex;flex-direction:column;row-gap:8px}.three-text-columns__content ul:not(:first-child),.three-text-columns__content ol:not(:first-child){margin-top:12px}.three-text-columns__content ul:not(:last-child),.three-text-columns__content ol:not(:last-child){margin-bottom:12px}.three-text-columns__content ul>li{position:relative;padding-left:16px}.three-text-columns__content ul>li:before{position:absolute;top:9px;left:0;content:"";display:block;width:4px;min-width:4px;height:4px;background-color:#666674;background-color:var(--color-background-secondary);border-radius:10px}.three-text-columns__content ul ul,.three-text-columns__content ul ol{margin-top:12px}.three-text-columns__content ol{counter-reset:list}.three-text-columns__content ol>li{counter-increment:list;position:relative;padding-left:26px}.three-text-columns__content ol>li:before{position:absolute;top:0;left:0;content:counter(list) ".";min-width:14px;font-weight:500;color:#666674;color:var(--color-text-secondary);text-align:center}.three-text-columns__content ol ul,.three-text-columns__content ol ol{margin-top:12px}.three-text-columns__content p:not(:last-child){margin-bottom:8px}.text{overflow:hidden}.text__heading{display:flex;flex-direction:column;row-gap:12px}.text__content{display:flex;flex-direction:column;row-gap:16px}.text__content h1,.text__content h2{display:none}.text__content h3,.text__content h4,.text__content h5,.text__content h6{font-size:16px;font-weight:700;line-height:1.2}.text__content h3:not(:first-child),.text__content h4:not(:first-child),.text__content h5:not(:first-child),.text__content h6:not(:first-child){margin-top:24px}.text__content h3:not(:last-child),.text__content h4:not(:last-child),.text__content h5:not(:last-child),.text__content h6:not(:last-child){margin-bottom:8px}.text__content ul,.text__content ol{display:flex;flex-direction:column;row-gap:8px}.text__content ul:not(:first-child),.text__content ol:not(:first-child){margin-top:12px}.text__content ul:not(:last-child),.text__content ol:not(:last-child){margin-bottom:12px}.text__content ul>li{position:relative;padding-left:16px}.text__content ul>li:before{position:absolute;top:9px;left:0;content:"";display:block;width:4px;min-width:4px;height:4px;background-color:#666674;background-color:var(--color-background-secondary);border-radius:10px}.text__content ol{counter-reset:list}.text__content ol>li{counter-increment:list;position:relative;padding-left:26px}.text__content ol>li:before{position:absolute;top:0;left:0;content:counter(list) ".";min-width:14px;font-weight:500;color:#666674;color:var(--color-text-secondary);text-align:center}.text__content p:not(:last-child){margin-bottom:8px}.text__banner{padding:24px;background-color:#ffe0e0;background-color:var(--color-background-warning);border-radius:8px}@media (min-width: 576px){.footer__top,.footer__contacts{align-items:flex-start}.footer__copyright{text-align:left}.form__radio-wrapper{flex-direction:row;-moz-column-gap:48px;column-gap:48px}.form__submit{width:-moz-fit-content;width:fit-content;align-self:center}.cards-slider__nav{-moz-column-gap:18px;display:flex;column-gap:18px}.card-link-grid-2__wrapper{grid-template-columns:repeat(2,1fr)}.text-banner__content{padding:40px}.card-link-grid-4__wrapper{grid-template-columns:repeat(2,1fr)}.icon-cards__list{grid-template-columns:repeat(2,1fr);-moz-column-gap:24px;column-gap:24px;row-gap:32px}.icon-cards__item:not(:last-child) .icon-cards__arrow:before{display:none}.icon-cards__icon{padding:20px;width:48px;height:48px}.icon-cards__btn{margin:0 auto}.specialists-cards__wrapper{grid-template-columns:repeat(2,1fr)}.section-form .form__title{margin-bottom:60px;text-align:center}.colored-cards-grid__wrapper,.important-info-cards__wrapper{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.main{row-gap:120px}.container{padding-left:12px;padding-left:var(--container-padding);padding-right:12px;padding-right:var(--container-padding)}.section-heading{margin-bottom:60px}.section-heading-sm{margin-bottom:40px}.button-sm{padding:12px 24px}.header__logo{width:auto;width:initial;height:auto;height:initial;font-size:17px}.header__tel{display:inline-block;font-size:16px;font-weight:700;line-height:1.2}.footer{padding:48px 0}.footer__details h2:not(:last-child),.footer__details h3:not(:last-child),.footer__details h4:not(:last-child),.footer__details h5:not(:last-child),.footer__details h6:not(:last-child){margin-bottom:24px}.footer__details{flex-direction:row;-moz-column-gap:32px;column-gap:32px}.footer__details-column{flex:1}.modal__content{max-height:none;max-height:initial;overflow-y:visible;overflow-y:initial;padding:48px 24px;margin:48px 0;border-radius:8px}.specialist-card{padding:24px 24px 48px}.vacancy-card__link{padding:48px 24px}.vacancy-card__heading{row-gap:20px}.vacancy-card__info{row-gap:24px}.vacancies-category-card__link{padding:48px 24px}.vacancies-category-card__heading{row-gap:20px}.vacancies-category-card__info{row-gap:24px}.extended-vacancy-card{flex-direction:row;justify-content:space-between;-moz-column-gap:32px;column-gap:32px}.extended-vacancy-card__details-text h4:not(:last-child),.extended-vacancy-card__details-text h5:not(:last-child),.extended-vacancy-card__details-text h6:not(:last-child){margin-bottom:24px}.main-slider{padding-top:40px}.main-slider__nav{top:10px;right:10px;-moz-column-gap:10px;column-gap:10px}.banner__content{row-gap:32px;min-height:0;min-height:initial;padding:44px 58px}.text-banner__content{padding:44px 58px}.text-banner__text{padding-bottom:24px}.hero-gradient{padding-bottom:120px;margin-bottom:-240px}.hero-gradient__content{row-gap:40px;padding:100px 0}.hero-green{padding-bottom:120px;margin-bottom:-240px}.hero-green__content{row-gap:40px;padding:100px 0}.text-gradient-card__card,.payments__content{padding:48px 24px}.payments__text h3,.payments__text h4,.payments__text h5,.payments__text h6{margin-bottom:24px}.payments__descr-text h3:not(:last-child),.payments__descr-text h4:not(:last-child),.payments__descr-text h5:not(:last-child),.payments__descr-text h6:not(:last-child){margin-bottom:24px}.small-card-link-grid-4__wrapper{grid-template-columns:repeat(2,1fr)}.image-text-columns.change-direction .image-text-columns__wrapper{grid-template-areas:"text media"}.image-text-columns__wrapper{grid-template-columns:repeat(2,1fr);grid-template-areas:"media text";grid-auto-flow:dense;-moz-column-gap:24px;column-gap:24px}.faq__accordion-body h4:not(:last-child),.faq__accordion-body h5:not(:last-child),.faq__accordion-body h6:not(:last-child){margin-bottom:24px}.requirements__container{grid-template-columns:repeat(2,1fr)}.requirements__content h2:not(:last-child),.requirements__content h3:not(:last-child),.requirements__content h4:not(:last-child),.requirements__content h5:not(:last-child),.requirements__content h6:not(:last-child){margin-bottom:32px}.vacancy-slider{padding:72px 0}.vacancy-slider__heading{flex-direction:row;justify-content:space-between}.colored-cards-grid{padding:72px 0}.colored-cards-grid__card{padding:48px 24px}.subcategory-vacancies-slider__heading{flex-direction:row;justify-content:space-between}.vacancies-categories-cards__wrapper{grid-template-columns:repeat(2,1fr)}.important-info__content h3:not(:last-child),.important-info__content h4:not(:last-child),.important-info__content h5:not(:last-child),.important-info__content h6:not(:last-child){margin-bottom:24px}.subcategory-vacancies-cards__title{margin-bottom:48px}.subcategory-vacancies-cards__wrapper:not(:last-child){margin-bottom:48px}.subcategory-vacancies-cards button{max-width:-moz-fit-content;max-width:fit-content;margin:0 auto}.step-form .container{align-items:center}.step-form__heading{text-align:center}.step-form__form{grid-template-columns:3fr 4fr;-moz-column-gap:48px;column-gap:48px}.step-form__number{grid-column:2;text-align:left}.step-form__page{grid-template-columns:subgrid;grid-column:span 2}.step-form__page .checkbox-group,.step-form__page .radio-group{grid-template-columns:auto auto;gap:24px}.step-form__page-wrapper{gap:24px}.step-form__form-controls{grid-column:2;text-align:left}.step-form__success{grid-column:span 2}.warning__wrapper{row-gap:20px;padding:48px 24px}.warning-2__wrapper{margin-top:-96px;row-gap:20px;padding:48px 24px}.shaped-img-info__wrapper{padding:48px;grid-template-columns:minmax(1fr,340px) 2fr;grid-template-areas:"shaped-img-info-media shaped-img-info-text";-moz-column-gap:24px;column-gap:24px}.shaped-img-info__media{max-width:340px}.company__descr{row-gap:32px}.company__info{padding-bottom:32px}.company__details{grid-template-columns:repeat(2,1fr);row-gap:32px;-moz-column-gap:24px;column-gap:24px}.company__detail-text h4:not(:last-child),.company__detail-text h5:not(:last-child),.company__detail-text h6:not(:last-child){margin-bottom:24px}.contacts__text h3:not(:last-child),.contacts__text h4:not(:last-child),.contacts__text h5:not(:last-child),.contacts__text h6:not(:last-child){margin-bottom:24px}.img-top-text-columns__content{grid-template-columns:repeat(2,1fr);-moz-column-gap:48px;column-gap:48px;padding:48px 24px}}@media (min-width: 1024px){.extended-vacancy-card{-moz-column-gap:48px;column-gap:48px;padding:48px 24px}.extended-vacancy-card__details{flex-direction:row;-moz-column-gap:32px;column-gap:32px}.extended-vacancy-card__details-section{flex:1}.extended-vacancy-card__info{row-gap:48px}.extended-vacancy-card__action{row-gap:24px}.main-slider__container{flex-direction:row;-moz-column-gap:24px;column-gap:24px}.main-slider__slide-content{padding:64px 100px}.main-slider__card{min-height:0;min-height:initial;width:100%;max-width:320px}.card-link-grid-4__wrapper{grid-template-columns:repeat(3,1fr)}.icon-cards__list{grid-template-columns:repeat(3,1fr);row-gap:32px}.icon-cards__list:not(:last-child){margin-bottom:60px}.icon-cards__item{flex-direction:column;align-items:center;row-gap:24px}.icon-cards__media{position:relative;flex-direction:row}.icon-cards__icon{padding:20px;width:72px;height:72px}.icon-cards__icon-image{width:32px;height:32px}.icon-cards__icon-number:before{font-size:24px}.icon-cards__content{row-gap:16px;text-align:center}.text-gradient-card__wrapper,.specialists-cards__wrapper{grid-template-columns:repeat(3,1fr)}.payments__wrapper{grid-template-columns:repeat(2,1fr);-moz-column-gap:24px;column-gap:24px}.payments__heading,.payments__content{row-gap:40px}.colored-cards-grid__wrapper,.vacancies-categories-cards__wrapper{grid-template-columns:repeat(3,1fr)}.important-info-cards__heading{padding:100px 0}.important-info-cards__wrapper{grid-template-columns:repeat(3,1fr)}.important-info__heading{padding:100px 0}.important-info__wrapper{grid-template-columns:repeat(2,1fr);gap:48px}.important-info__media{position:sticky;top:100px}.shaped-img-info__wrapper{-moz-column-gap:48px;column-gap:48px}.shaped-img-info__content{row-gap:32px}.company__title--h1{padding:100px 0}.company__descr{row-gap:48px}.company__detail,.company__info{row-gap:24px}.company__info{padding-bottom:48px}.company__details{grid-template-columns:repeat(3,1fr);row-gap:48px}.contacts__title--h1{padding:100px 0}.contacts__wrapper{grid-template-columns:repeat(2,1fr);-moz-column-gap:48px;column-gap:48px}.three-text-columns__content{grid-template-columns:repeat(3,1fr);-moz-column-gap:24px;column-gap:24px}.text__heading{row-gap:20px}}@media (min-width: 1300px){.title-xxl{line-height:1.2}.container-wide,.breadcrumbs{padding-left:20px;padding-left:var(--container-padding-wide);padding-right:20px;padding-right:var(--container-padding-wide)}.header__burger{display:none}.header__nav{all:unset;margin-left:auto}.header .nav__list{flex-direction:row;flex-wrap:wrap;-moz-column-gap:24px;column-gap:24px}.header .nav__list>li>a{display:inline;display:initial;padding:0;padding:initial;font-size:16px;font-weight:400;line-height:1.5}.header .nav .menu-item-has-children{position:relative;flex-direction:row;align-items:center}.header .nav .menu-item-has-children:after{content:"";display:inline-block;width:14px;min-width:14px;height:7px;margin-left:6px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="7" viewBox="0 0 15 10" fill="none"><path d="M1 1.53322L7.5 8.46655L14 1.53322" stroke="%2314AE5C" stroke-width="2" stroke-linecap="round"/></svg>');background-repeat:no-repeat;background-position:center;background-size:contain;vertical-align:middle;transition:transform .2s ease;transition:transform var(--transition)}.header .nav .menu-item-has-children.submenu-visible .sub-menu{opacity:1;visibility:visible;z-index:1}.header .nav .menu-item-has-children.submenu-visible:after{transform:rotate(-180deg)}.header .nav .menu-item-has-children .sub-menu{position:absolute;top:calc(100% + 12px);row-gap:initial;width:240px;padding:9px 4px;background-color:#fff;background-color:var(--color-background-contrast);border-radius:4px;box-shadow:0 0 30px #0000001a;opacity:0;visibility:hidden;z-index:-1}.header .nav .menu-item-has-children .sub-menu a{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px;width:100%;max-width:300px;padding:10px 12px;font-size:16px;font-weight:400;line-height:1.5;border-radius:5px;transition:background-color .2s ease;transition:background-color var(--transition)}.header .nav .menu-item-has-children .sub-menu a:after{content:"";width:17px;min-width:17px;height:10px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='17' height='10' viewBox='0 0 17 10' fill='none'><path d='M16.4082 5.40825C16.6337 5.18278 16.6337 4.81722 16.4082 4.59175L12.734 0.917518C12.5085 0.692049 12.143 0.692049 11.9175 0.917518C11.692 1.14299 11.692 1.50855 11.9175 1.73401L15.1835 5L11.9175 8.26599C11.692 8.49146 11.692 8.85701 11.9175 9.08248C12.143 9.30795 12.5085 9.30795 12.734 9.08248L16.4082 5.40825ZM0 5L0 5.57735L16 5.57735L16 5L16 4.42265L0 4.42265L0 5Z' fill='%2314AE5C'/></svg>");background-repeat:no-repeat;background-position:center;background-size:contain;opacity:0;visibility:hidden;transform:translate(-5px);transition:.2s ease;transition:var(--transition)}.header .nav .menu-item-has-children .sub-menu a:hover{color:#000;color:initial;background-color:#d3f0e1;background-color:var(--color-background-accent-light)}.header .nav .menu-item-has-children .sub-menu a:hover:after{opacity:1;transform:translate(0);visibility:visible}.footer__container{display:grid;grid-template-columns:1fr 3fr;grid-auto-flow:dense;grid-gap:24px;gap:24px}.footer__top{grid-row:span 2}.footer__details{grid-column:2;grid-row:span 2}.extended-vacancy-card__btn{min-width:280px}.card-link-grid-4__wrapper{grid-template-columns:repeat(4,1fr)}.icon-cards__list{grid-template-columns:repeat(4,1fr);-moz-column-gap:80px;column-gap:80px}.icon-cards__item:not(:last-child) .icon-cards__arrow:before{display:block;position:absolute;top:50%;transform:translateY(-50%);left:calc(100% + 90px);width:100px;height:14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='103' height='16' viewBox='0 0 103 16' fill='none'%3E%3Cpath d='M102.375 8.6612C102.766 8.27068 102.766 7.63751 102.375 7.24699L96.0111 0.883025C95.6206 0.492501 94.9874 0.492501 94.5969 0.883026C94.2064 1.27355 94.2064 1.90671 94.5969 2.29724L100.254 7.95409L94.5969 13.6109C94.2064 14.0015 94.2064 14.6346 94.5969 15.0252C94.9874 15.4157 95.6206 15.4157 96.0111 15.0252L102.375 8.6612ZM0.667969 7.9541L0.667969 8.9541L101.668 8.95409L101.668 7.95409L101.668 6.95409L0.667969 6.9541L0.667969 7.9541Z' fill='%238AD7AE'/%3E%3C/svg%3E");background-position:left top}.small-card-link-grid-4__wrapper{grid-template-columns:repeat(4,1fr)}.image-text-columns__wrapper{-moz-column-gap:48px;column-gap:48px}.image-text-columns__text ul li:before{width:16px;min-width:16px;height:16px}.vacancies-categories-cards__wrapper,.important-info-cards__wrapper{grid-template-columns:repeat(4,1fr)}.shaped-img-info__wrapper{padding:48px 110px}.shaped-img-info__text ul li:before{width:16px;min-width:16px;height:16px}.company__details{grid-template-columns:repeat(4,1fr)}.contacts__wrapper{-moz-column-gap:100px;column-gap:100px}.three-text-columns__content{-moz-column-gap:48px;column-gap:48px}}@media (min-width: 1600px){.modal__content{align-self:center}}@media (max-width: 1023px){.cards-slider .container.cards-slider__container,.vacancy-slider .container.vacancy-slider__container{padding-right:0;padding-right:initial}}
