.btn-reset{padding:0;border:none;border-radius:0;background-color:transparent;display:inline-block;vertical-align:top}.btn{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center;padding:5px 15px;transition:all .1s linear;font-size:18px;font-weight:500;height:auto;text-transform:none;text-decoration:none;position:relative;cursor:pointer;box-shadow:none;border:1px solid transparent;border-radius:0;line-height:1.2;background-repeat:no-repeat;background-position:center;border-radius:500px;min-height:50px;overflow:hidden;gap:0 10px}.btn:focus,.btn:hover{box-shadow:none}.btn:hover .background{width:100%}.btn:disabled{cursor:not-allowed;box-shadow:0 1px 2px rgba(16,24,40,.05);background-color:#f0f2f1;border-color:#f0f2f1;color:#a4abb7}.btn:disabled:hover{background-color:#f0f2f1;border-color:#f0f2f1;color:#a4abb7}.btn-green{color:var(--text-black);border-color:var(--background-green);background-color:var(--background-green)}.btn-green:active,.btn-green:focus{color:var(--text-black)}.btn-green:hover{color:var(--background-green);border-color:var(--background-green);background-color:transparent}.btn-yellow{color:var(--text-black);border-color:var(--background-yellow);background-color:var(--background-yellow)}.btn-yellow:active,.btn-yellow:focus{color:var(--text-black)}.btn-yellow:hover{color:var(--background-yellow);border-color:var(--background-yellow);background-color:transparent}.btn-yellow:hover .icon svg path{stroke:var(--background-yellow)}.btn-yellow-inverse{color:var(--background-yellow);border-color:var(--background-yellow);background-color:transparent}.btn-yellow-inverse:active,.btn-yellow-inverse:focus{color:var(--background-yellow)}.btn-yellow-inverse:hover{color:var(--text-black);border-color:var(--background-yellow);background-color:var(--background-yellow)}.second-font{font-family:'Encode Sans'}@media (max-width:550px){.section-title h2{overflow-x:hidden;-ms-hyphens:auto;hyphens:auto}}.text-white{color:var(--text-white)}.bg-gray{background-color:var(--background-gray)}.bg-black{background-color:var(--background-black)}.svg-hover-fill svg path,.svg-hover-stroke svg path{transition:all .2s linear}.theme-yellow .theme-bg{background-color:var(--background-yellow)}.theme-yellow .theme-border{border-color:var(--border-yellow)}.theme-yellow .theme-color{color:var(--text-yellow)}.theme-yellow .svg-path svg path{fill:var(--border-yellow)}.theme-yellow:hover .svg-hover-stroke svg path{stroke:var(--border-yellow)}.theme-yellow:hover .svg-hover-fill svg path{fill:var(--border-yellow)}.theme-green .theme-bg{background-color:var(--background-green)}.theme-green .theme-border{border-color:var(--border-green)}.theme-green .theme-color{color:var(--text-green)}.theme-green .svg-path svg path{fill:var(--border-green)}.theme-green:hover .svg-hover-stroke svg path{stroke:var(--border-green)}.theme-green:hover .svg-hover-fill svg path{fill:var(--border-green)}.theme-azure .theme-bg{background-color:var(--background-azure)}.theme-azure .theme-border{border-color:var(--border-azure)}.theme-azure .theme-color{color:var(--text-azure)}.theme-azure .svg-path svg path{fill:var(--border-azure)}.theme-azure:hover .svg-hover-stroke svg path{stroke:var(--border-azure)}.theme-azure:hover .svg-hover-fill svg path{fill:var(--border-azure)}.section{padding:100px 0}@media (max-width:1199px){.section{padding:60px 0}}@media (max-width:767px){.section{padding:40px 0}}.error-text{color:#b42318;font-size:13px;margin-top:4px}span.required{color:#b42318}.form__row{position:relative}.form__row:not(:last-child){margin-bottom:20px}.form__row input[type=submit].icon-form-search button.icon-form-search{height:40px;width:40px;top:0;left:0;border-radius:100px 0 0 100px}input.form__control,textarea.form__control{-webkit-appearance:none}input.form__control{min-height:40px}input.form__control[type=search]{box-sizing:border-box}.form__control{width:100%;padding:5px 12px;background-color:transparent;border:1px solid var(--border-yellow);border-radius:10px;outline:0}.form__control::-webkit-input-placeholder{color:var(--text-gray-2);opacity:1}.form__control:-moz-placeholder{color:var(--text-gray-2);opacity:1}.form__control::-moz-placeholder{color:var(--text-gray-2);opacity:1}.form__control:-ms-input-placeholder{color:var(--text-gray-2);opacity:1}.form__control:focus{border-color:var(--border-green)}.form__control.error{border-color:#b42318!important}.form__control:focus-within{border-color:var(--border-green)!important}textarea.form__control{display:block;resize:none}button.form__select{text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}button.form__select,select.form__control{-moz-appearance:none;-webkit-appearance:none;cursor:pointer;min-height:40px;padding-right:35px;background-repeat:no-repeat;background-position:calc(100% - 18px) center;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0.5L4.5303 3.2559C4.23864 3.58137 3.76136 3.58137 3.4697 3.2559L1 0.5' stroke='%236882AF' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");text-overflow:ellipsis}button.form__select.active,select.form__control.active{background-color:#eff3fb;border:1px solid var(--border-yellow)}select.form__control::-ms-expand{display:none}.drop_menu_wrapper{position:relative}.drop_menu_wrapper .drop_menu{display:none;position:absolute;top:100%;left:0;width:100%;background-color:#fff;border:1px solid #eff3fb;box-shadow:0 5px 15px rgba(0,0,0,.08);border-radius:12px}.drop_menu_wrapper .drop_menu.active{z-index:2}.hover-zoom-img{overflow:hidden;display:block}@media (min-width:992px){.hover-zoom-img:hover img{transform:scale(1.05)}}.hover-zoom-img img{transition:all .3s linear}.icon-center img,.icon-center svg,.icon-middle img,.icon-middle svg{position:absolute;margin:auto;top:0;left:0;right:0;bottom:0}.icon-center svg,.icon-middle svg{display:block}.icon-center{position:relative}.icon-center img,.icon-center svg{max-width:100%;max-height:100%}.icon-middle{position:relative}.icon-middle img,.icon-middle svg{max-height:90%;max-width:90%}.video-cover video{width:100%;height:100%;object-fit:cover}.image-cover img{width:100%;height:100%;object-fit:cover}.bg-image{background-repeat:no-repeat;background-position:center;background-size:contain}.icon-search{background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17L12.3806 12.3806M12.3806 12.3806C13.6309 11.1304 14.3333 9.43473 14.3333 7.66663C14.3333 5.89853 13.6309 4.20285 12.3806 2.95261C11.1304 1.70237 9.43473 1 7.66663 1C5.89853 1 4.20285 1.70237 2.95261 2.95261C1.70237 4.20285 1 5.89853 1 7.66663C1 9.43473 1.70237 11.1304 2.95261 12.3806C4.20285 13.6309 5.89853 14.3333 7.66663 14.3333C9.43473 14.3333 11.1304 13.6309 12.3806 12.3806Z' stroke='%230C275B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.columns__inner.column50 .column{width:50%}@media (max-width:991px){.columns__inner.column50 .column{width:100%}}blockquote{margin:0;font-size:20px;color:var(--text-blue);padding-left:22px;border-left:2px solid var(--background-blue)}blockquote:not(:first-child){margin-top:36px}blockquote:not(:last-child){margin-bottom:36px}.share__link{transition:all .2s linear}.share__link:hover{background-color:var(--background-gray)}.swiper-btn-left,.swiper-btn-right{width:32px;height:32px;border-radius:100%;padding:0;border:none;background-color:var(--background-light-blue);background-repeat:no-repeat;background-position:center}.swiper-btn-left{left:0;background-image:url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 1L1.32547 4.29293C0.891511 4.68182 0.891511 5.31818 1.32547 5.70707L5 9' stroke='%230C275B' stroke-width='1.33333' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.swiper-btn-right{right:0;background-image:url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4.67453 4.29293C5.10849 4.68182 5.10849 5.31818 4.67453 5.70707L1 9' stroke='%230C275B' stroke-width='1.33333' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.border-card__inner{min-height:700px}@media (max-width:1500px){.border-card__inner{min-height:unset}}.border-card .image{aspect-ratio:16/7}.border-card__content{padding:45px 50px}@media (max-width:1199px){.border-card__content{padding:24px}}@media (max-width:991px){.border-card__content{padding:20px}}@media (max-width:991px){.border-card .title:not(:last-child){margin-bottom:20px}}.border-card .title,.border-card .title h2,.border-card .title h3{font-weight:900;font-size:25px}.swiper-pagination{position:relative;width:100%;right:0;font-size:0;transform:none;margin-top:60px}.swiper-pagination .swiper-pagination-bullet{width:20px;height:20px;border:2px solid #fff;opacity:1;margin:10px 20px!important}@media (max-width:991px){.swiper-pagination .swiper-pagination-bullet{margin:10px 6px!important}}.swiper-pagination .swiper-pagination-bullet-active{background-color:#fff}.jsAnimateObject{opacity:0;transform:scale(.8) translateY(30px)}.label_checkbox,.wpcf7-acceptance label,.wpcf7-checkbox label{display:inline-block;vertical-align:top}.label_checkbox [type=checkbox],.wpcf7-acceptance label [type=checkbox],.wpcf7-checkbox label [type=checkbox]{position:absolute;width:0;height:0;overflow:hidden;top:0;left:0;opacity:0;visibility:hidden}.label_checkbox [type=checkbox]:checked+.checkbox_title::before,.label_checkbox [type=checkbox]:checked+.wpcf7-list-item-label::before,.wpcf7-acceptance label [type=checkbox]:checked+.checkbox_title::before,.wpcf7-acceptance label [type=checkbox]:checked+.wpcf7-list-item-label::before,.wpcf7-checkbox label [type=checkbox]:checked+.checkbox_title::before,.wpcf7-checkbox label [type=checkbox]:checked+.wpcf7-list-item-label::before{background-color:var(--border-yellow);background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5509 7.98144L3.5326 7.99994L0 4.43137L1.48862 2.92759L3.55096 5.01094L8.51138 0L10 1.50378L3.56927 8L3.5509 7.98144Z' fill='black'/%3E%3C/svg%3E")}.label_checkbox .checkbox_title,.label_checkbox .wpcf7-list-item-label,.wpcf7-acceptance label .checkbox_title,.wpcf7-acceptance label .wpcf7-list-item-label,.wpcf7-checkbox label .checkbox_title,.wpcf7-checkbox label .wpcf7-list-item-label{display:inline-block;vertical-align:top;padding:0;padding-left:30px;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:18px}@media (max-width:767px){.label_checkbox .checkbox_title,.label_checkbox .wpcf7-list-item-label,.wpcf7-acceptance label .checkbox_title,.wpcf7-acceptance label .wpcf7-list-item-label,.wpcf7-checkbox label .checkbox_title,.wpcf7-checkbox label .wpcf7-list-item-label{font-size:16px}}.label_checkbox .checkbox_title::before,.label_checkbox .wpcf7-list-item-label::before,.wpcf7-acceptance label .checkbox_title::before,.wpcf7-acceptance label .wpcf7-list-item-label::before,.wpcf7-checkbox label .checkbox_title::before,.wpcf7-checkbox label .wpcf7-list-item-label::before{left:0;border-radius:0;position:absolute;content:'';width:20px;height:20px;border:1px solid var(--border-yellow);top:2px;background-repeat:no-repeat;background-position:center}.label_checkbox .checkbox_title a,.label_checkbox .wpcf7-list-item-label a,.wpcf7-acceptance label .checkbox_title a,.wpcf7-acceptance label .wpcf7-list-item-label a,.wpcf7-checkbox label .checkbox_title a,.wpcf7-checkbox label .wpcf7-list-item-label a{font-weight:700;color:var(--text-white)}.label_checkbox .checkbox_title a:hover,.label_checkbox .wpcf7-list-item-label a:hover,.wpcf7-acceptance label .checkbox_title a:hover,.wpcf7-acceptance label .wpcf7-list-item-label a:hover,.wpcf7-checkbox label .checkbox_title a:hover,.wpcf7-checkbox label .wpcf7-list-item-label a:hover{text-decoration:underline}.form-columns .form{gap:20px 60px;font-size:18px}@media (max-width:1500px){.form-columns .form{gap:20px}}.form-columns .form__row{margin:0}.form-columns .form__row:not(.w-full){width:calc(50% - 30px)}@media (max-width:1500px){.form-columns .form__row:not(.w-full){width:calc(50% - 10px)}}@media (max-width:767px){.form-columns .form__row:not(.w-full){width:100%}}.form-columns .form__btn{width:100%;text-align:right}body.home .b-hero-banner .content h1,body.home .b-hero-banner .content h2{font-size:60px}@media (max-width:1199px){body.home .b-hero-banner .content h1,body.home .b-hero-banner .content h2{font-size:50px}}@media (max-width:991px){body.home .b-hero-banner .content h1,body.home .b-hero-banner .content h2{font-size:30px}}@media (max-width:1199px){body.home .b-hero-banner .content h1 span,body.home .b-hero-banner .content h2 span{font-size:70px!important}}@media (max-width:991px){body.home .b-hero-banner .content h1 span,body.home .b-hero-banner .content h2 span{font-size:50px!important}}@media (max-width:767px){body.home .b-hero-banner .content h1 span,body.home .b-hero-banner .content h2 span{font-size:36px!important}}.b-hero-banner .overlay{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5))}.b-hero-banner .section-control{min-height:960px;padding:60px 0}@media (max-width:1500px){.b-hero-banner .section-control{min-height:100vh}}@media (max-width:1199px){.b-hero-banner .section-control{min-height:700px}}@media (max-width:767px){.b-hero-banner .section-control{min-height:300px}}.b-hero-banner .content h1,.b-hero-banner .content h2{font-family:'Encode Sans';font-weight:900}.b-hero-banner .content h1{line-height:1.2}@media (min-width:1200px){.b-hero-banner .content h1{font-size:85px}}.b-hero-banner .content h2{line-height:1.2}@media (min-width:1200px){.b-hero-banner .content h2{font-size:60px}}.b-hero-banner .icons-gallery{gap:20px 50px}@media (max-width:1500px){.b-hero-banner .icons-gallery{gap:20px 30px}}@media (max-width:767px){.b-hero-banner .icons-gallery{gap:20px}}@media (max-width:1500px){.b-hero-banner .icons-gallery .icon{width:80px;min-width:80px;height:80px}}@media (max-width:767px){.b-hero-banner .icons-gallery .icon{width:60px;min-width:60px;height:60px}}.b-icon-cards .section-title:not(:last-child):not(.nlc-mb-50){margin-bottom:24px}.b-icon-cards .content-part{max-width:1030px}.b-icon-cards .content-part:not(:last-child){margin-bottom:50px}.b-icon-cards .cards-list:not(:last-child){margin-bottom:100px}@media (max-width:1199px){.b-icon-cards .cards-list:not(:last-child){margin-bottom:50px}}@media (max-width:767px){.b-icon-cards .cards-list:not(:last-child){margin-bottom:30px}}.b-icon-cards .card-row{width:33.33%;padding:0 24px}@media (max-width:1500px){.b-icon-cards .card-row{padding:0 10px}}@media (max-width:991px){.b-icon-cards .card-row{width:50%}}@media (max-width:700px){.b-icon-cards .card-row{width:100%}}.b-icon-cards .icon-card{padding:50px;gap:50px 0}@media (max-width:1500px){.b-icon-cards .icon-card{padding:24px;gap:24px 0}}@media (max-width:1199px){.b-icon-cards .icon-card{padding:20px}}@media (max-width:1199px){.b-icon-cards .icon-card__title,.b-icon-cards .icon-card__title h3{font-size:22px}}@media (max-width:1500px){.b-icon-cards .icon{min-width:70px;width:70px;height:70px}}.b-steps .steps:not(:last-child){margin-bottom:100px}@media (max-width:1500px){.b-steps .steps:not(:last-child){margin-top:50px}}.b-steps .steps__list{gap:0 120px}@media (max-width:1500px){.b-steps .steps__list{gap:0 30px}}@media (max-width:991px){.b-steps .steps__list{gap:32px 0}}.b-steps .step{max-width:700px;width:calc(50% - 60px)}@media (max-width:1500px){.b-steps .step{width:calc(50% - 15px)}}@media (max-width:991px){.b-steps .step{width:100%;max-width:unset}}.b-steps .step:nth-child(2n){margin-top:345px}@media (max-width:1500px){.b-steps .step:nth-child(2n){margin-top:245px}}@media (max-width:991px){.b-steps .step:nth-child(2n){margin:unset}}.b-steps .step__inner{min-height:700px}@media (max-width:1500px){.b-steps .step__inner{min-height:unset}}.b-steps .step .image{aspect-ratio:16/7}.b-steps .step__content{padding:45px 50px}@media (max-width:1199px){.b-steps .step__content{padding:24px}}@media (max-width:991px){.b-steps .step__content{padding:20px}}@media (max-width:991px){.b-steps .step .title:not(:last-child){margin-bottom:20px}}.b-steps .step .title,.b-steps .step .title h2,.b-steps .step .title h3{font-weight:900;font-size:25px}.b-testimonials.style-2 .testimonials{padding:40px 0}@media (max-width:767px){.b-testimonials.style-2 .testimonials__slider{padding:0 15px}}@media (max-width:400px){.b-testimonials.style-2 .testimonials__slider{padding:0 10px}}.b-testimonials.style-2 .testimonial{border:1px solid var(--border-yellow);border-radius:25px;padding:30px;position:relative}@media (max-width:767px){.b-testimonials.style-2 .testimonial{padding:24px 20px}}@media (max-width:400px){.b-testimonials.style-2 .testimonial{padding:24px 15px}}.b-testimonials.style-2 .testimonial::after,.b-testimonials.style-2 .testimonial::before{content:'';position:absolute;background-repeat:no-repeat;background-position:center;background-size:contain;width:60px;height:42px;background-image:url("data:image/svg+xml,%3Csvg width='60' height='42' viewBox='0 0 60 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4554 42C9.70297 42 6.10561 40.6362 3.66337 37.9085C1.22112 35.1479 0 31.0563 0 25.6338C0 21.0986 0.924092 16.5634 2.77228 12.0282C4.62046 7.49296 7.12871 3.48357 10.297 0H23.0693C20.9901 3.77934 19.3729 7.27934 18.2178 10.5C17.0957 13.7207 16.5347 16.9906 16.5347 20.3099L11.3861 16.7606H14.1584C18.6799 16.7606 22.1947 17.8944 24.703 20.162C27.2442 22.3967 28.5149 25.4695 28.5149 29.3803C28.5149 33.2582 27.2772 36.331 24.802 38.5986C22.3597 40.8662 18.9109 42 14.4554 42ZM45.9406 42C41.1881 42 37.5908 40.6362 35.1485 37.9085C32.7063 35.1479 31.4851 31.0563 31.4851 25.6338C31.4851 21.0986 32.4092 16.5634 34.2574 12.0282C36.1056 7.49296 38.6139 3.48357 41.7822 0H54.5545C52.4752 3.77934 50.8581 7.27934 49.703 10.5C48.5809 13.7207 48.0198 16.9906 48.0198 20.3099L42.8713 16.7606H45.6436C50.165 16.7606 53.6799 17.8944 56.1881 20.162C58.7294 22.3967 60 25.4695 60 29.3803C60 33.2582 58.7624 36.331 56.2871 38.5986C53.8449 40.8662 50.396 42 45.9406 42Z' fill='white'/%3E%3C/svg%3E")}@media (max-width:1199px){.b-testimonials.style-2 .testimonial::after,.b-testimonials.style-2 .testimonial::before{width:50px;height:30px}}.b-testimonials.style-2 .testimonial::before{top:-30px;right:30px}@media (max-width:1199px){.b-testimonials.style-2 .testimonial::before{top:-20px}}.b-testimonials.style-2 .testimonial::after{bottom:-30px;left:30px;transform:scale(-1,-1)}@media (max-width:1199px){.b-testimonials.style-2 .testimonial::after{bottom:-20px}}@media (max-width:1500px){.b-testimonials.style-2 .testimonial .content{font-size:16px}}.b-testimonials.style-2 .bottom-part{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;gap:0 25px}.b-testimonials.style-2 .bottom-part .image .icon{background-color:#222;border-color:#222}@media (max-width:400px){.b-testimonials.style-2 .bottom-part .image .icon{width:70px;min-width:70px;height:70px}}.b-testimonials.style-2 .image{margin:0}.b-testimonials.style-2 .text{-ms-flex:1 1 0%;flex:1 1 0%;-ms-flex-direction:column;flex-direction:column}.b-testimonials.style-2 .text .name{font-weight:700}.b-testimonials.style-2 .swiper-slide{transition:transform .2s linear}.b-testimonials.style-2 .swiper-slide:not(.swiper-slide-active){opacity:.5;transform:scale(.9)}@media (max-width:767px){.b-testimonials .testimonials{margin-left:-20px;margin-right:-20px;padding:0 20px}}.b-testimonials .icon{font-size:120px;font-weight:700;line-height:.8}@media (max-width:1199px){.b-testimonials .testimonial{font-size:18px}}.b-testimonials .bottom-part .text{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0 5px}.b-testimonials .media-wrap .media{aspect-ratio:4/2.5}.b-banner-section .content-block{min-height:750px}@media (max-width:1199px){.b-banner-section .content-block{min-height:650px}}@media (max-width:991px){.b-banner-section .content-block{min-height:300px}}.b-number-columns .number-row{width:33.33%;padding:0 24px;counter-increment:number}@media (max-width:1500px){.b-number-columns .number-row{padding:0 10px}}@media (max-width:991px){.b-number-columns .number-row{width:100%}}.b-number-columns .block-content,.b-number-columns .number-card{row-gap:50px}@media (max-width:1500px){.b-number-columns .block-content,.b-number-columns .number-card{row-gap:30px}}@media (max-width:991px){.b-number-columns .block-content,.b-number-columns .number-card{row-gap:16px}}.b-number-columns .number-card{padding:24px 50px}@media (max-width:1500px){.b-number-columns .number-card{padding:24px}}.b-number-columns .number:before{content:counter(number) ".";font-weight:900;font-size:50px;line-height:1.1}@media (max-width:1500px){.b-number-columns .number:before{font-size:30px}}@media (max-width:991px){.b-number-columns .number:before{font-size:24px}}@media (max-width:767px){.b-advice .text-decor-wrap{text-align:center}}@media (max-width:767px){.b-advice .text-decor-wrap:first-child{margin-top:40px}}.b-advice .text-decor-wrap .media-decor{bottom:100%;right:-44px;margin-bottom:-34px}@media (max-width:991px){.b-advice .text-decor-wrap .media-decor{margin-bottom:-31px}}@media (max-width:767px){.b-advice .text-decor-wrap .media-decor{max-width:200px;right:0;left:0;margin:0 auto;margin-bottom:-23px}}.b-icon-cards-slider .swiper-wrapper{max-width:100%;padding:0 20px;margin:0 auto}.b-icon-cards-slider .cards-slider{max-width:100%}.b-icon-cards-slider .swiper-slide{width:auto;text-align:center}@media (max-width:767px){.b-icon-cards-slider .swiper-slide{font-size:16px}}.b-icon-cards-slider .icon{height:100px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}@media (max-width:767px){.b-icon-cards-slider .icon{height:50px}}.b-icon-cards-slider .icon img,.b-icon-cards-slider .icon svg{display:block;max-width:100%;margin:0 auto;max-height:100%}.b-icon-cards-slider .title{max-width:250px}.b-icon-services .cards-list{gap:50px}@media (max-width:1500px){.b-icon-services .cards-list{gap:40px 20px}}.b-icon-services .icon-card{width:calc(20% - 50px*4/5);text-align:center}@media (max-width:1500px){.b-icon-services .icon-card{width:calc(20% - 20px*4/5)}}@media (max-width:1199px){.b-icon-services .icon-card{width:calc(33.33% - 20px*3/4)}}@media (max-width:650px){.b-icon-services .icon-card{width:calc(50% - 10px)}}@media (max-width:767px){.b-icon-services .icon-card .title,.b-icon-services .icon-card .title h3{font-size:18px}}@media (max-width:550px){.b-icon-services .icon-card .title,.b-icon-services .icon-card .title h3{font-size:16px}}@media (max-width:991px){.b-icon-services .icon{width:80px;min-width:80px;height:80px}}.b-content-media .column-left{width:52%}@media (max-width:1199px){.b-content-media .column-left{width:100%}}.b-content-media .column-right{width:48%}@media (max-width:1199px){.b-content-media .column-right{width:100%}}.b-content-media .media-part{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}@media (max-width:1199px){.b-content-media .media-part .media img{min-height:250px;max-height:60vh}}.b-logos-slider .section-content{width:100%}.b-logos-slider .swiper-initialized .swiper-wrapper{gap:0}.b-logos-slider .slick-track{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.b-logos-slider .slick-track .slick-slide{height:auto}.b-logos-slider .swiper-wrapper{transition-timing-function:linear;display:-ms-flexbox;display:flex;box-sizing:border-box}.b-logos-slider .swiper-slide{width:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:200px;min-width:100px;height:unset;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media (max-width:767px){.b-logos-slider .swiper-slide{width:150px}}@media (max-width:767px){.b-logos-slider .swiper-slide{width:120px}}.b-logos-slider .swiper-slide .item{width:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%}.b-logos-slider .swiper-slide img{max-height:124px}@media (max-width:767px){.b-logos-slider .swiper-slide img{max-height:90px}}.b-logos-slider .logos-slider{white-space:nowrap}@media (max-width:1199px){.b-product-workwear .columns__inner.column50 .column{width:100%}}@media (max-width:550px){.b-product-workwear .head-part{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:unset;align-items:unset}}@media (max-width:767px){.b-product-workwear .person-block .icon{min-width:60px;width:80px;height:80px}}.b-product-workwear .cards-list{gap:40px 10px}@media (max-width:550px){.b-product-workwear .cards-list{gap:24px 0;margin:0 -15px}}.b-product-workwear .cards-list .icon-card{width:calc(33.33% - 10px*2/3);min-width:230px;padding:0 15px;text-align:center}@media (max-width:550px){.b-product-workwear .cards-list .icon-card{min-width:unset;width:50%}}@media (max-width:767px){.b-product-workwear .cards-list .icon-card .icon{min-width:60px;width:60px;height:60px}}.b-product-workwear .cards-list .icon-card .title h3,.b-product-workwear .cards-list .icon-card .title h4{overflow-x:hidden;-ms-hyphens:auto;hyphens:auto;font-weight:700}@media (max-width:550px){.b-product-workwear .cards-list .icon-card .title h3,.b-product-workwear .cards-list .icon-card .title h4{font-size:16px}}@media (max-width:767px){.b-product-workwear .grid-images .grid-images__inner{gap:12px}}.b-product-workwear .grid-images.style-2 .grid-images__inner{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0,1fr))[2];grid-template-columns:repeat(2,minmax(0,1fr))}.b-product-workwear .grid-images.style-2 .col-span-1{-ms-grid-column-span:1;-ms-grid-column:span 1;grid-column:span 1/span 1}.b-product-workwear .grid-images.style-2 .row-span-2{-ms-grid-row-span:2;-ms-grid-row:span 2;grid-row:span 2/span 2}.b-product-workwear .grid-images.style-3 .grid-images__inner{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0,1fr))[2];grid-template-columns:repeat(2,minmax(0,1fr))}.b-product-workwear .grid-images.style-3 .col-span-1{-ms-grid-column-span:1;-ms-grid-column:span 1;grid-column:span 1/span 1}.b-product-workwear .grid-images.style-3 .row-span-2{-ms-grid-row-span:2;-ms-grid-row:span 2;grid-row:span 2/span 2}.b-people-cards .people-cards__list{margin:0 -20px}@media (max-width:550px){.b-people-cards .people-cards__list{margin:0}}.b-people-cards .card__item:hover .card__description{opacity:1;visibility:visible}.b-people-cards .card{padding:0 20px;width:25%}@media (max-width:1199px){.b-people-cards .card{padding:0 10px;width:33.33%}}@media (max-width:767px){.b-people-cards .card{width:50%}}@media (max-width:550px){.b-people-cards .card{width:100%;padding:0}}.b-people-cards .card__image{aspect-ratio:3/3.75;background-color:#222}.b-people-cards .no-image .image{padding:24px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.b-people-cards .card__description{z-index:1;text-align:center;transition:all .2s linear;opacity:0;visibility:hidden}.b-people-cards .description-wrap{background-color:rgba(34,34,34,.6);overflow:auto;font-size:20px;font-weight:700;padding:30px 45px;line-height:1.4}@media (max-width:1500px){.b-people-cards .description-wrap{padding:20px 20px}}.b-people-cards .description-wrap p{line-height:1.4}.b-gallery-slider .swiper-slide{height:unset}.b-gallery-slider .media{aspect-ratio:4/3}@media (max-width:991px){.b-contact-page .columns__inner{-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.b-contact-page .contacts-list a{color:#fff}.b-contact-page .contacts-list a:hover{text-decoration:underline}@media (max-width:991px){.b-contact-page .contacts-list .contacts{-ms-flex-direction:row;flex-direction:row;column-gap:30px}}@media (max-width:767px){.b-contact-page .contacts-list .contacts{column-gap:12px}}@media (max-width:767px){.b-contact-page .contacts-list .item{width:calc(50% - 6px);font-size:16px}}@media (max-width:450px){.b-contact-page .contacts-list .item{width:100%}}@media (max-width:991px){.b-contact-page .contacts-list .icon{width:50px;min-width:50px;height:50px}}.b-feedback .contacts-list a{color:#fff}.b-feedback .contacts-list a:hover{text-decoration:underline}@media (max-width:767px){.b-feedback .contacts-list .contacts{column-gap:12px}}@media (max-width:767px){.b-feedback .contacts-list .item{width:calc(50% - 6px);font-size:16px}}@media (max-width:450px){.b-feedback .contacts-list .item{width:100%}}@media (max-width:991px){.b-feedback .contacts-list .icon{width:50px;min-width:50px;height:50px}}.footer{padding:120px 0}@media (max-width:991px){.footer{padding:60px 0}}@media (max-width:767px){.footer{padding:40px 0}}.footer__menu{row-gap:32px;column-gap:92px}@media (max-width:991px){.footer__menu{width:100%;column-gap:30px}}.footer__menu ul{list-style:none;padding:0;margin:0}.footer__menu ul li:not(:last-child){margin-bottom:15px}.footer__menu ul a{color:#fff}.footer__menu ul a:hover{text-decoration:underline}.footer .menu-column{max-width:150px;font-size:18px}@media (max-width:991px){.footer .menu-column{max-width:unset;width:calc(33.33% - 30px*2/3)}}@media (max-width:630px){.footer .menu-column{width:100%}}.custom-blur{background:rgba(0,0,0,.2);backdrop-filter:blur(5px);opacity:0;pointer-events:none;z-index:190}.custom-blur.active{opacity:1;pointer-events:unset}@font-face{font-family:'Work Sans';src:url(../fonts/WorkSans-Regular.eot);src:url(../fonts/WorkSans-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/WorkSans-Regular.woff2) format("woff2"),url(../fonts/WorkSans-Regular.woff) format("woff"),url(../fonts/WorkSans-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Work Sans';src:url(../fonts/WorkSans-Medium.eot);src:url(../fonts/WorkSans-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/WorkSans-Medium.woff2) format("woff2"),url(../fonts/WorkSans-Medium.woff) format("woff"),url(../fonts/WorkSans-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Work Sans';src:url(../fonts/WorkSans-Bold.eot);src:url(../fonts/WorkSans-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/WorkSans-Bold.woff2) format("woff2"),url(../fonts/WorkSans-Bold.woff) format("woff"),url(../fonts/WorkSans-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Encode Sans';src:url(../fonts/EncodeSans-Regular.eot);src:url(../fonts/EncodeSans-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/EncodeSans-Regular.woff2) format("woff2"),url(../fonts/EncodeSans-Regular.woff) format("woff"),url(../fonts/EncodeSans-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Encode Sans';src:url(../fonts/EncodeSans-Black.eot);src:url(../fonts/EncodeSans-Black.eot?#iefix) format("embedded-opentype"),url(../fonts/EncodeSans-Black.woff2) format("woff2"),url(../fonts/EncodeSans-Black.woff) format("woff"),url(../fonts/EncodeSans-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}