button-component .btn{color:var(--button-primary-normal-font-color);border-radius:var(--button-primary-border-radius);border:1px solid;background-color:var(--button-primary-normal-fill-color);border-color:var(--button-primary-normal-border-color);padding:20px 25px;cursor:pointer;font-weight:var(--button-primary-font-weight);transition:all .2s ease}button-component .btn:hover{color:var(--button-primary-hover-font-color);background-color:var(--button-primary-hover-fill-color);border-color:var(--button-primary-hover-border-color)}button-component .btn.empty{color:var(--button-secondary-normal-font-color);border-radius:var(--button-secondary-border-radius);background-color:var(--button-secondary-normal-fill-color);border-color:var(--button-secondary-normal-border-color);font-weight:var(--button-secondary-font-weight)}button-component .btn.empty:hover{color:var(--button-secondary-hover-font-color);background-color:var(--button-secondary-hover-fill-color);border-color:var(--button-secondary-hover-border-color)}button-component a{display:block}
counter-section-with-text{--col-gap: 20px;--items-in-row: 3;background-color:var(--bg-color)}counter-section-with-text .service_counter .container .flex-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:var(--col-gap)}counter-section-with-text .service_counter .container .flex-wrapper .left,counter-section-with-text .service_counter .container .flex-wrapper .right{max-width:calc((100% - var(--col-gap))/2)}counter-section-with-text .service_counter .container .flex-wrapper .left{display:flex;flex-direction:column;gap:50px}counter-section-with-text .service_counter .container .flex-wrapper .left .text{text-align:left}counter-section-with-text .service_counter .container .flex-wrapper .left .text .h2{text-align:inherit}counter-section-with-text .service_counter .container .flex-wrapper .left .text>:last-child{margin-bottom:0}counter-section-with-text .service_counter .container .flex-wrapper .right .counters{width:100%;display:flex;justify-content:center;flex-wrap:wrap;--gap: 30px;gap:var(--gap)}counter-section-with-text .service_counter .container .flex-wrapper .right .counters .counter_item{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;max-width:calc((100% - var(--gap)*(var(--items-in-row) - 1))/var(--items-in-row))}counter-section-with-text .service_counter .container .flex-wrapper .right .counters .counter_item .counter_top{display:flex;width:max-content;font-size:46px;font-weight:700;line-height:120%;color:var(--h-color);margin-bottom:10px}counter-section-with-text .service_counter .container .flex-wrapper .right .counters .counter_item .counter_num{color:inherit;word-break:keep-all}counter-section-with-text .service_counter .container .flex-wrapper .right .counters .counter_item .counter_symbol{color:inherit;word-break:keep-all}counter-section-with-text .service_counter .container .flex-wrapper .right .counters .counter_item .counter_bottom{text-align:center;font-size:var(--text-font-size);line-height:140%;color:var(--text-color)}counter-section-with-text .service_counter .container .bottom_button .btn{width:260px;height:60px}counter-section-with-text .service_counter .container>.bottom_button{display:none;width:100%}counter-section-with-text .service_counter .container>.bottom_button .btn{margin:auto}counter-section-with-text[data-items-in-row][data-items-in-row="4"]{--items-in-row: 4}@media screen and (max-width: 1050px){counter-section-with-text[data-items-in-row][data-items-in-row="4"]{--items-in-row: 2}}counter-section-with-text[data-items-in-row][data-items-in-row="3"]{--items-in-row: 3}@media screen and (max-width: 850px){counter-section-with-text[data-items-in-row][data-items-in-row="3"]{--items-in-row: 2}}counter-section-with-text[data-items-in-row][data-items-in-row="2"]{--items-in-row: 2}@media screen and (max-width: 1025px){counter-section-with-text .service_counter .container .flex-wrapper .left{gap:20px}}@media screen and (min-width: 730px)and (max-width: 900px){counter-section-with-text .service_counter .container .flex-wrapper{margin-bottom:20px}counter-section-with-text .service_counter .container .flex-wrapper .left .bottom_button{display:none}counter-section-with-text .service_counter .container .flex-wrapper .right{display:flex;justify-content:center;align-items:center}counter-section-with-text .service_counter .container .flex-wrapper .right .counters{flex-direction:column;align-items:center}counter-section-with-text .service_counter .container .flex-wrapper .right .counters .counter_item{max-width:205px}counter-section-with-text .service_counter .container>.bottom_button{display:block}}@media screen and (max-width: 730px){counter-section-with-text .service_counter .container .flex-wrapper{flex-direction:column;margin-bottom:20px}counter-section-with-text .service_counter .container .flex-wrapper .left,counter-section-with-text .service_counter .container .flex-wrapper .right{max-width:100%}counter-section-with-text .service_counter .container .flex-wrapper .left .text{text-align:center}counter-section-with-text .service_counter .container .flex-wrapper .left .bottom_button{display:none}counter-section-with-text .service_counter .container .flex-wrapper .right .counters{flex-direction:row;align-items:center}counter-section-with-text .service_counter .container>.bottom_button{display:block}}@media screen and (max-width: 600px){counter-section-with-text{--items-in-row: 2}}
body.edit-mode-enabled .gh-item-hovered{outline:2px solid rgba(43,97,250,.6);outline-offset:2px}body.edit-mode-enabled [gh-id]:hover{outline:1px dashed rgba(43,97,250,.5);cursor:text}body.edit-mode-enabled [gh-id].gh-id-editing{outline:2px solid #2b61fa;outline-offset:2px;background:rgba(43,97,250,.05)}body.edit-mode-enabled .gh-item-hovered:has(.gh-id-editing){outline-color:rgba(0,0,0,0)}.tox-tinymce-inline .tox-editor-header{position:absolute !important;top:-15px !important;left:0;z-index:1000 !important;width:max-content}edit-mode{margin-top:15px;margin-bottom:15px;display:flex;align-items:center;justify-content:space-between;width:100%}edit-mode .edit-mode-button{display:flex;align-items:center;justify-content:center}edit-mode .edit-mode-switch{height:0;width:0;visibility:hidden}edit-mode .edit-mode-label{cursor:pointer;text-indent:-9999px;width:60px;height:30px;background:#dbdbdb;display:block;border-radius:100px;position:relative}edit-mode .edit-mode-label:after{content:"";position:absolute;top:2px;left:2px;width:26px;height:26px;background:#fff;border-radius:90px;transition:.3s}edit-mode .edit-mode-switch:checked+.edit-mode-label{background:#2b61fa}edit-mode .edit-mode-switch:checked+.edit-mode-label:after{left:calc(100% - 2px);transform:translateX(-100%)}edit-mode .edit-mode-label:active:after{width:36px}edit-mode p{font-size:24px;color:#fff}#gh-array-panel{position:fixed;z-index:999;display:none;gap:6px;padding:10px 12px;border-radius:10px;background:rgba(255,255,255,.92);color:#000;border:1px solid #d3d3d3;box-shadow:0 10px 30px rgba(0,0,0,.25);user-select:none}.gh-panel-btn{all:unset;cursor:pointer;padding:6px 12px;border-radius:8px;border:1px solid rgba(0,0,0,.12);background:rgba(255,255,255,.7);font:14px system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#000;transition:transform .3s cubic-bezier(0.22, 1, 0.36, 1),box-shadow .3s cubic-bezier(0.22, 1, 0.36, 1),background-color .3s ease-in-out,opacity .3s ease-in-out;box-shadow:0 1px 1px rgba(0,0,0,.04),0 4px 10px rgba(0,0,0,.08);will-change:transform}.gh-panel-btn:hover{transform:translateY(-1px) scale(1.001);background:rgba(255,255,255,.9);box-shadow:0 4px 10px rgba(0,0,0,.12),0 8px 18px rgba(0,0,0,.16)}.gh-panel-btn:active{transform:translateY(0) scale(0.97);box-shadow:0 2px 6px rgba(0,0,0,.18);opacity:.9}.gh-panel-btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(0,125,250,.35),0 6px 16px rgba(0,0,0,.15)}
.gudhub-login-popup__bg{position:fixed;top:0;left:0;width:100%;height:100%;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.8);z-index:1000}.gudhub-login-popup__bg.active{display:flex}.gudhub-login-popup__bg gudhub-login form{background:#fff;margin-top:0px;padding:15px;font-family:Helvetica}.gudhub-login-popup__bg gudhub-login form h2{font-family:Helvetica;color:#2b60fa}.gudhub-login-popup__bg gudhub-login form .change-auth-form{display:none}.gudhub-login-popup__bg gudhub-login form .auth__button{background:#2b60fa;font-family:Helvetica}.gudhub-login-popup__bg gudhub-login form .login-form__item label{font-family:Helvetica}.gudhub-login-popup__bg gudhub-login form .login-form__item input{font-family:Helvetica}
edit-mode-notifications{position:fixed;left:25px;top:25px;z-index:99999}edit-mode-notifications .notification{background:rgba(0,0,0,.8);border-radius:10px;padding:10px 20px;color:#fff;font-family:Helvetica;font-size:18px;box-shadow:0 0 10px rgba(0,0,0,.3);margin-bottom:10px}
get-in-touch-block .get_in_touch_block{background-color:var(--bg-color)}get-in-touch-block .get_in_touch_block .get_in_touch_bottom{display:flex;justify-content:center}get-in-touch-block .get_in_touch_block .subtitle{text-align:center;max-width:800px;margin-left:auto;margin-right:auto}
get-in-touch-popup get-in-touch-form{background-color:rgba(0,0,0,0)}@keyframes loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}get-in-touch-form .get-in-touch-form{position:relative;width:100%;max-width:600px;background-color:var(--block-primary-bg-color);display:block;padding:30px;border-radius:var(--block-primary-border-radius)}get-in-touch-form .get-in-touch-form .like_title{font-size:var(--h3-font-size);font-weight:700;line-height:120%;letter-spacing:0em;text-align:center;color:var(--block-primary-h-color);margin-bottom:20px}get-in-touch-form .get-in-touch-form .subtitle{font-size:var(--text-font-size);font-weight:var(--text-font-weight);line-height:120%;letter-spacing:0em;text-align:center;color:var(--subtitle-color);margin-bottom:20px}get-in-touch-form .get-in-touch-form .col-1{width:8.3333333333%}get-in-touch-form .get-in-touch-form .col-2{width:16.6666666667%}get-in-touch-form .get-in-touch-form .col-3{width:25%}get-in-touch-form .get-in-touch-form .col-4{width:33.3333333333%}get-in-touch-form .get-in-touch-form .col-5{width:41.6666666667%}get-in-touch-form .get-in-touch-form .col-6{width:50%}get-in-touch-form .get-in-touch-form .col-7{width:58.3333333333%}get-in-touch-form .get-in-touch-form .col-8{width:66.6666666667%}get-in-touch-form .get-in-touch-form .col-9{width:75%}get-in-touch-form .get-in-touch-form .col-10{width:83.3333333333%}get-in-touch-form .get-in-touch-form .col-11{width:91.6666666667%}get-in-touch-form .get-in-touch-form .col-12{width:100%}get-in-touch-form .get-in-touch-form form{width:100%;max-width:950px;margin-right:24px}get-in-touch-form .get-in-touch-form form .btn_wrapper{width:100%;padding-left:8px;padding-right:8px;padding-top:4px;display:flex;align-items:center;justify-content:center}get-in-touch-form .get-in-touch-form form .btn_wrapper .btn{font-size:16px}get-in-touch-form .get-in-touch-form form .btn_wrapper .btn:disabled{opacity:0}get-in-touch-form .get-in-touch-form form .form_wrap{display:flex;flex-wrap:wrap}get-in-touch-form .get-in-touch-form form .input-wrap{position:relative;padding:8px;flex:0 0 auto}get-in-touch-form .get-in-touch-form form input{font-family:var(--font-family);outline:none;border-radius:var(--input-border-radius);font-size:14px;width:100%;height:100%;background-color:var(--input-bg-color);border:1px solid var(--input-border-color);padding:7px 17px;color:var(--input-text-color);height:50px;margin-bottom:8px;transition:all .2s ease}get-in-touch-form .get-in-touch-form form input:hover,get-in-touch-form .get-in-touch-form form input:focus{border-color:var(--input-active-border-color)}get-in-touch-form .get-in-touch-form form input::placeholder{color:var(--input-placeholder-color)}get-in-touch-form .get-in-touch-form form input:-webkit-autofill,get-in-touch-form .get-in-touch-form form input:-webkit-autofill:hover,get-in-touch-form .get-in-touch-form form input:-webkit-autofill:focus,get-in-touch-form .get-in-touch-form form input:-webkit-autofill:active{background-color:rgba(0,0,0,0);-webkit-box-shadow:0 0 0 30px rgba(0,0,0,0) inset !important;-webkit-text-fill-color:var(--input-text-color)}get-in-touch-form .get-in-touch-form form input.error+.email-error,get-in-touch-form .get-in-touch-form form input.error+.phone-error{color:#ff7d7d}get-in-touch-form .get-in-touch-form form .email-error,get-in-touch-form .get-in-touch-form form .phone-error{font-size:12px;font-weight:400;line-height:120%}get-in-touch-form .get-in-touch-form form span{display:block;position:absolute;left:10px;bottom:-2px;color:rgba(0,0,0,0);transition:all .2s ease}get-in-touch-form .get-in-touch-form form textarea{width:100%;font-family:var(--font-family);height:145px;background-color:var(--input-bg-color);border:1px solid var(--input-border-color);padding:7px 17px;color:var(--input-text-color);outline:none;border-radius:var(--input-border-radius);margin-bottom:10px;resize:none;font-weight:300;font-size:14px;line-height:36px}get-in-touch-form .get-in-touch-form form textarea::placeholder{font-weight:300;font-size:14px;line-height:36px;color:var(--input-placeholder-color)}get-in-touch-form .get-in-touch-form form textarea{transition:all .2s ease}get-in-touch-form .get-in-touch-form form textarea:hover{border-color:var(--input-active-border-color)}get-in-touch-form .get-in-touch-form form .success_text{position:relative;top:-50px;color:rgba(0,0,0,0);transition:all .2s ease;display:none}get-in-touch-form .get-in-touch-form form.success .success_text{display:block;top:-12px;color:green}get-in-touch-form .get-in-touch-form .overflow{opacity:0;z-index:-1;display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;border-radius:calc(var(--block-primary-border-radius) - 5px);box-shadow:rgba(0,0,0,.35) 0px 5px 15px;transition:opacity .5s ease}get-in-touch-form .get-in-touch-form .overflow .icon_wrapper{width:100%;padding-bottom:10px;margin-bottom:15px;display:flex;justify-content:center;border-bottom:solid 4px var(--accent-color)}get-in-touch-form .get-in-touch-form .overflow .icon_wrapper .icon{width:150px}get-in-touch-form .get-in-touch-form .overflow .icon_wrapper .icon svg{width:100%;height:auto}get-in-touch-form .get-in-touch-form .overflow .middle{max-width:340px;text-align:center;padding-left:10px;padding-right:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;margin-bottom:35px}get-in-touch-form .get-in-touch-form .overflow .middle .bold{font-size:var(--h1-font-size);color:var(--accent-color)}get-in-touch-form .get-in-touch-form .overflow.success .icon{margin-left:10px}get-in-touch-form .get-in-touch-form .overflow.success .icon svg path{fill:var(--accent-color)}get-in-touch-form .get-in-touch-form .overflow.success .check_entity span:first-child{color:var(--accent-color)}get-in-touch-form .get-in-touch-form .overflow.success .check_entity.phone_entity{display:none}get-in-touch-form .get-in-touch-form .overflow.success .check_entity.phone_entity.provided{display:block}get-in-touch-form .get-in-touch-form .overflow.fail .icon svg path:nth-child(1){fill:var(--accent-color)}get-in-touch-form .get-in-touch-form .overflow.fail .icon svg path:nth-child(2){fill:#fff}get-in-touch-form .get-in-touch-form .overflow.fail .restart_button{width:50px;transform:scaleX(-1);transition:transform .4s ease-out;cursor:pointer}get-in-touch-form .get-in-touch-form .overflow.fail .restart_button svg{transition:all .4s ease-in-out}get-in-touch-form .get-in-touch-form .overflow.fail .restart_button svg circle{fill:var(--accent-color)}get-in-touch-form .get-in-touch-form .overflow.fail .restart_button:hover svg{transform:rotate(-180deg)}get-in-touch-form .recaptcha-notice{margin-top:20px;font-size:12px;line-height:1.4;opacity:.7;color:#fff;text-align:center}get-in-touch-form[data-in-popup] .get-in-touch-form{padding-top:0;padding-bottom:10px;margin-bottom:10px}get-in-touch-form[data-in-popup] .get-in-touch-form .overflow{box-shadow:none}get-in-touch-form[data-in-popup] .get-in-touch-form .overflow .icon{width:100px}get-in-touch-form[data-in-popup] .get-in-touch-form .overflow .bold{font-size:32px}get-in-touch-form.loading .btn_wrapper{position:relative}get-in-touch-form.loading .btn_wrapper button[type=submit]{opacity:0;transition:none;cursor:none}get-in-touch-form.loading .btn_wrapper .loader{position:absolute;top:calc(50% - 25px);left:calc(50% - 25px);width:50px;height:50px;border:10px solid var(--accent-color);border-bottom-color:#fff;border-radius:50%;z-index:11;animation:loading 2s linear infinite}get-in-touch-form.success .overflow.success{opacity:1;z-index:1}get-in-touch-form.fail .overflow.fail{opacity:1;z-index:1}@media screen and (max-width: 650px){get-in-touch-form .get-in-touch-form form .input-wrap{width:100%;padding:4px}get-in-touch-form .get-in-touch-form form .btn_wrapper .btn{width:100%}}popup-container[data-position=bottom-right] .popup_top{margin-bottom:10px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form{padding-left:15px;padding-right:15px;padding-bottom:10px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form .popup_text{margin-bottom:5px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form .btn{width:100%;padding-top:15px;padding-bottom:15px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form .success-overflow .bold{font-size:42px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form .success-overflow .icon{width:100px}@media screen and (max-width: 400px){popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form{padding:15px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form .btn{padding:15px 20px}}body .grecaptcha-badge{visibility:hidden !important;opacity:0 !important;pointer-events:none !important}
popup-container .background_shadow{position:fixed;top:0;left:0;width:100%;height:100%;z-index:15;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.5);transition:all .3s ease;opacity:0;pointer-events:none}popup-container input,popup-container textarea{border:1px solid #05183a !important}popup-container .popup_top{display:flex;align-items:center;justify-content:flex-end;position:relative;right:15px;top:15px;margin-bottom:15px;z-index:2}popup-container .popup_top .close{cursor:pointer}popup-container .popup{background-color:#fff;border-radius:var(--block-secondary-border-radius);box-shadow:rgba(17,17,26,.1) 0px 4px 16px,rgba(17,17,26,.1) 0px 8px 24px,rgba(17,17,26,.1) 0px 16px 56px;border:1px solid #efefef;margin-top:200px;transition:all .3s ease}popup-container.active .background_shadow{opacity:1;pointer-events:all}popup-container.active .popup{margin-top:0}popup-container[data-position=bottom-right] .popup{width:360px;position:absolute;bottom:5px;right:5px;border-radius:15px}@media screen and (max-width: 650px){popup-container[data-position=bottom-right] .popup{right:50%;transform:translate(50%)}}popup-container[data-no-bg-shadow] .background_shadow{height:0;top:100%}@media screen and (max-width: 400px){popup-container .popup{width:95%}}
youtube-player{--minimum-block-height: 850px;--loader-color: #000;--loader-size: 48px;--youtube-icon-size: 70px}youtube-player .youtube-player{position:relative;height:100%;width:100%;min-height:var(--minimum-block-height)}youtube-player image-component{display:inline-block;width:100%;position:relative;cursor:pointer;transition:opacity .3s ease-in-out}youtube-player image-component::after{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:var(--youtube-icon-size);height:var(--youtube-icon-size);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22%3E%3Crect x%3D%225%22 y%3D%225%22 width%3D%2215%22 height%3D%2215%22 fill%3D%22%23ffffff%22/%3E%3Cpath d%3D%22M19.615 3.184c-3.604-.246-11.631-.245-15.23 0-3.897.266-4.356 2.62-4.385 8.816.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0 3.897-.266 4.356-2.62 4.385-8.816-.029-6.185-.484-8.549-4.385-8.816zm-10.615 12.816v-8l8 3.993-8 4.007z%22 fill%3D%22%23ff0000%22/%3E%3C/svg%3E");background-size:cover;background-repeat:no-repeat;background-position:center;transition:all .5s ease-in}youtube-player image-component:hover::after{transform:translate(-50%, -50%) scale(1.15)}youtube-player image-component img{height:var(--minimum-block-height);object-fit:cover;width:100%}youtube-player image-component.hidden{display:none;pointer-events:none;transition:opacity .3s ease-in-out}youtube-player iframe{min-height:var(--minimum-block-height);width:100%}youtube-player .loader{visibility:hidden;width:var(--loader-size);height:0;border:5px solid var(--loader-color);border-bottom-color:rgba(0,0,0,0);border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}youtube-player .loader.visible{height:var(--loader-size);visibility:visible}@media screen and (min-width: 1250px)and (max-width: 1649px){youtube-player{--minimum-block-height: 650px}}@media screen and (min-width: 800px)and (max-width: 1250px){youtube-player{--minimum-block-height: 500px}}@media screen and (max-width: 799px){youtube-player{--minimum-block-height: 350px}}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
footer{background-color:#141616}footer .footer_top{padding:30px 0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #4d555b}footer .footer_top .soc_list{display:flex;align-items:center;list-style:none}footer .footer_top .soc_list svg path{transition:all .2s ease}footer .footer_top .soc_list li{margin-right:40px}footer .footer_top .soc_list li a:hover svg path{fill:#00bfd6}footer .footer_top .soc_list li:last-child{margin-right:0}footer .footer_top .logo a{display:inline-flex}footer .footer_top .logo img{width:auto;max-width:160px;max-height:51px}footer .footer_top .like_a_list{display:flex;gap:40px;margin-top:40px}footer .footer_top .like_a_list a{width:25px;height:25px}footer .footer_top .like_a_list svg path{fill:#fff}footer .footer_top .company-text{margin-top:30px;color:#fff;font-size:18px}footer .footer_top .footer_right{display:flex;align-items:center;gap:30px}footer .footer_top .footer_right a{display:flex;align-items:center;gap:10px;color:#fff}footer .footer_top .footer_right a .icon_wrapper{background-color:#2c2c2e;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}footer .footer_top .footer_right a .email,footer .footer_top .footer_right a .address,footer .footer_top .footer_right a .tel{transition:all .2s ease}footer .footer_top .footer_right a:hover .email,footer .footer_top .footer_right a:hover .address,footer .footer_top .footer_right a:hover .tel{color:#0a79fe}footer .footer_top .footer_right a:hover .icon_wrapper{background-color:#0a79fe}footer .footer_top .footer_right a .title{margin-bottom:5px}footer .footer_top .footer_right a .address{display:flex;flex-direction:column;gap:5px}footer .footer_top .footer_right a .address_item{display:flex;gap:5px}footer .footer_top .footer_right a .address .flag img{display:block}footer .footer_middle{padding-top:45px;padding-bottom:30px}footer .footer_middle .like_a_title{font-size:24px;line-height:40px;color:#fff;margin-bottom:30px}footer .footer_middle .column{margin-right:5px;width:100%}footer .footer_middle .column:first-child{max-width:608px}footer .footer_middle .column ul{display:flex;flex-wrap:wrap;justify-content:space-between}footer .footer_middle .column li{width:48%}footer .footer_middle .column:nth-child(2){max-width:400px}footer .footer_middle .column:last-child{margin-right:0}footer .footer_middle .column ul{list-style:none}footer .footer_middle .column li a{color:#dbe2e7;font-size:16px;line-height:22px;transition:all .2s ease}footer .footer_middle .column li a:hover{color:#00bfd6}footer .footer_middle .column li{margin-bottom:20px}footer .footer_middle .column li:last-child{margin-bottom:0}footer .footer_middle .footer_contact{max-width:340px}footer .footer_middle .footer_contact_item{margin-bottom:15px}footer .footer_middle .footer_contact_item a{font-size:16px;line-height:22px;color:#fff;transition:all .2s ease}footer .footer_middle .footer_contact_item a:hover{color:#00bfd6}footer .footer_middle .footer_contact_item a span{color:#00bfd6}footer .footer_middle .footer_columns{display:flex;justify-content:space-between}footer .footer_bottom{border-top:1px solid #4d555b;padding:24px 0}footer .footer_bottom__public-offer a{color:#dbe2e7;font-size:16px;line-height:22px;transition:all .2s ease}footer .footer_bottom__public-offer a:hover{color:#00bfd6}footer .footer_bottom .bottom_flex{display:flex;align-items:center;justify-content:space-between}footer .footer_bottom .bottom_flex .left{display:flex;align-items:center}footer .footer_bottom .bottom_flex .left .copyright{margin-right:10px;color:#878787;font-size:16px;white-space:nowrap}footer .footer_bottom .bottom_flex .right a{color:#dbe2e7;font-size:16px;line-height:22px;transition:all .2s ease}footer .footer_bottom .bottom_flex .right a:hover{color:#00bfd6}@media screen and (max-width: 1200px){footer .footer_middle{padding-top:30px}footer .footer_middle .footer_columns{flex-wrap:wrap;justify-content:initial}footer .footer_middle .column{width:47%;max-width:100% !important;margin-bottom:20px;margin-right:15px}footer .footer_middle .column:nth-child(2n){margin-right:0}footer .footer_middle .column li{margin-bottom:15px}footer .footer_middle .column li a{display:block}footer .footer_middle .like_a_title{margin-bottom:15px}}@media screen and (max-width: 1050px){footer .footer_top{flex-direction:column;align-items:flex-start;gap:30px}footer .footer_top .like_a_list{margin-top:30px}footer .footer_top .footer_right{justify-content:space-between;width:100%}}@media screen and (max-width: 850px){footer .footer_middle .footer_columns{flex-direction:column}footer .footer_middle .column{width:100%}}@media screen and (max-width: 775px){footer .footer_top .footer_right{flex-wrap:wrap;justify-content:center;gap:30px 40px}footer .footer_top .footer_right a:first-child{order:1}footer .footer_top .footer_right a:nth-child(3){order:2}footer .footer_top .footer_right a:nth-child(2){order:3;width:100%;justify-content:center}}@media screen and (max-width: 600px){footer .footer_top .soc_list{justify-content:flex-end}footer .footer_bottom .bottom_flex{flex-direction:column}footer .footer_bottom .bottom_flex .left{width:100%}footer .footer_bottom .bottom_flex .right{width:100%}}@media screen and (max-width: 550px){footer .footer_middle .column{width:100%;margin-right:0}footer .footer_middle .column li a{display:block}footer .footer_middle .column:first-child ul{flex-direction:column}footer .footer_middle .column:first-child ul li{width:100%}footer .footer_middle .column:nth-child(2),footer .footer_middle .column:nth-child(2){width:100%;max-width:100%}footer .footer_middle .column.footer_contact{margin-bottom:0}footer .footer_middle .footer_contact_item:last-child{margin-bottom:0}}@media screen and (max-width: 480px){footer .footer_top .footer_right a{width:100%}footer .footer_top .footer_right a:nth-child(2){justify-content:flex-start}}@media screen and (max-width: 450px){footer .footer_top .footer_menu ul{flex-direction:column}footer .footer_top .footer_menu ul li{margin-bottom:10px}footer .footer_top .footer_menu ul li a{padding-right:0}footer .footer_top .footer_menu ul li a::after{content:none}footer .footer_top .footer_right{align-items:flex-start}footer .footer_middle .column:nth-child(2) ul{flex-direction:column}footer .footer_middle .column:nth-child(2) ul li{width:100%}}@media screen and (max-width: 400px){footer .footer_top .soc_list{justify-content:flex-start}footer .footer_left{margin-bottom:20px}footer .footer_top{flex-direction:column}}
header{width:100%;min-height:90px;position:fixed;top:0;left:0;padding:0 40px;background-color:#fff;z-index:60;box-shadow:rgba(99,99,99,.2) 0px 2px 8px 0px}header switch-lang{flex-shrink:0}header .header__container{min-height:90px;max-width:1216px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 auto;position:relative;z-index:45}header .header__mobile-left{display:none;align-items:center;justify-content:flex-start;flex:0 0 auto}header .header__logo{display:flex;align-items:center;flex-shrink:0}header .header__navigation{flex:1 1 auto;display:flex;justify-content:center;min-width:0}header .header__actions{flex:0 0 auto}header .header__burger{display:none}header .header__overlay{position:fixed;inset:0;width:100vw;height:100vh;background:rgba(3,12,29,.34);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s ease,visibility .28s ease;z-index:50}header .header__mobile-menu{position:fixed;top:0;left:0;width:min(360px,100vw - 24px);height:100vh;background:linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgb(255, 255, 255) 100%);box-shadow:0 20px 60px rgba(0,0,0,.24),0 8px 24px rgba(0,0,0,.18);transform:translateX(-100%);transition:transform .32s cubic-bezier(0.22, 1, 0.36, 1);z-index:70;display:flex;flex-direction:column;color:#fff;overflow-y:auto}header.menu-open .header__overlay{opacity:1;visibility:visible;pointer-events:auto}header.menu-open .header__mobile-menu{transform:translateX(0)}header.menu-open .burger__line:nth-child(1){transform:translateY(7px) rotate(45deg)}header.menu-open .burger__line:nth-child(2){opacity:0}header.menu-open .burger__line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}header .logo{display:inline-flex;align-items:center}header .logo__image{display:block;width:auto;height:60px;max-width:158px;object-fit:contain}header .menu__item:hover .menu__dropdown{pointer-events:auto}header .menu__item:hover .menu__arrow{transform:rotate(180deg)}header .menu{display:flex;align-items:center;gap:26px;list-style:none}header .menu__item{position:relative}header .menu__item--has-children::after{content:"";position:absolute;top:100%;left:0;width:100%;height:12px}header .menu__item:hover .menu__dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}header .menu__link{position:relative;display:flex;align-items:center;gap:6px;color:#05183a;font-size:16px;font-weight:500;cursor:pointer;transition:color .2s ease}header .menu__link::after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:2px;background:#0a79fe;border-radius:2px;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}header .menu__link:hover{color:#0a79fe}header .menu__link:hover::after{transform:scaleX(1)}header .menu__arrow{display:flex;transition:transform .2s ease}header .menu__dropdown{position:absolute;top:30px;left:0;min-width:220px;background:#fff;border-radius:14px;padding:10px 0;border:1px solid rgba(5,24,58,.08);box-shadow:0 16px 40px rgba(5,24,58,.12),0 4px 12px rgba(5,24,58,.06);list-style:none;pointer-events:none;z-index:17;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .2s ease,transform .2s ease}header .menu__dropdown-link{display:block;padding:11px 16px;transition:background .2s ease,color .2s ease;color:#05183a;white-space:nowrap}header .menu__dropdown-link:hover{color:#0a79fe;background:#f5f8ff}header .actions{display:flex;align-items:center;gap:16px}header .actions__login{display:flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid rgba(5,24,58,.14);border-radius:12px;cursor:pointer;background:#fff;transition:background .2s ease,border-color .2s ease}header .actions__login:hover{background:#f5f8ff;border-color:rgba(10,121,254,.35)}header .actions__login .login__icon{flex-shrink:0}header .actions__login:hover .login__link{color:#0a79fe}header .actions .login__link{display:flex;align-items:center;gap:4px;color:#05183a;transition:color .2s ease}header .burger{width:48px;height:48px;padding:0;border:1px solid rgba(5,24,58,.14);border-radius:14px;background:rgba(5,24,58,.03);display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}header .burger:hover{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.28)}header .burger__line{width:20px;height:2px;border-radius:999px;background:#05183a;transition:transform .28s ease,opacity .2s ease}header .mobile-menu__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 20px 14px;border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;background:inherit;z-index:1}header .mobile-menu__logo{height:30px;max-width:128px}header .mobile-menu__close{width:42px;height:42px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.04);color:#05183a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,border-color .2s ease}header .mobile-menu__close:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.24)}header .mobile-menu__nav{padding:12px 14px 24px}header .mobile-menu__list,header .mobile-menu__submenu{list-style:none}header .mobile-menu__item{border-bottom:1px solid rgba(5,24,58,.06)}header .mobile-menu__link,header .mobile-menu__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 10px;color:#05183a;font-size:16px;font-weight:500;background:rgba(0,0,0,0);border:none;text-align:left;cursor:pointer}header .mobile-menu__trigger-icon{display:inline-flex;transition:transform .24s ease;flex-shrink:0}header .mobile-menu__submenu{max-height:0;overflow:hidden;transition:max-height .28s ease;padding-left:0}header .mobile-menu__submenu-item{overflow:hidden}header .mobile-menu__submenu-link{display:block;padding:12px 10px 12px 26px;color:rgba(5,24,58,.78);transition:color .2s ease,background .2s ease;border-radius:10px}header .mobile-menu__submenu-link:hover{color:#fff;background:rgba(255,255,255,.05)}header .mobile-menu__item.is-open .mobile-menu__trigger-icon{transform:rotate(180deg)}header .mobile-menu__item.is-open .mobile-menu__submenu{padding-bottom:10px}@media(hover: hover){header .menu__item--has-children:hover .menu__dropdown{opacity:1;visibility:visible;transform:translateY(0)}}@media(max-width: 1024px){header{padding:0 16px;max-height:76px}header .header__container{gap:30px;justify-content:space-between}header .header__mobile-left{display:flex}header .header__burger{display:inline-flex}header .header__navigation{display:none}header .header__logo{order:2;margin-left:auto}header .header__actions{order:3}header .logo__image{height:50px;max-width:128px}header .actions{gap:16px}header .actions__login{padding:9px 12px;border-radius:10px}header .actions__login .login__link span{font-size:14px}header .actions__login .login__icon{width:20px;height:20px}}@media(max-width: 639px){header .actions{gap:16px}header .actions__login{padding:8px 10px;gap:0}header .actions__login .login__link span{display:none}header .burger{width:44px;height:44px;border-radius:12px}header .logo__image{height:50px;max-width:112px}}body.mobile-menu-open{overflow:hidden;touch-action:none}
switch-lang .switch-lang .item{font-size:16px;color:var(--text-color);text-transform:uppercase;position:relative;padding-right:16px;transition:all .2s ease}switch-lang .switch-lang .item:hover{color:var(--accent-color)}switch-lang .switch-lang .item::after{content:"/";position:relative;top:0;left:10px;font-size:16px;color:var(--h-color)}switch-lang .switch-lang .item:last-child{padding-right:0}switch-lang .switch-lang .item:last-child::after{content:none}switch-lang .switch-lang .item.active{color:var(--h-color)}switch-lang[data-type=dropdown] .switch-lang .item::after{content:none}switch-lang[data-type=dropdown] .switch-lang .dropdown{position:relative}switch-lang[data-type=dropdown] .switch-lang .currentLang{position:relative;display:flex;align-items:center;gap:7px;padding:10px 14px;background-color:#fff;color:#05183a;border:1px solid rgba(5,24,58,.14);border-radius:12px;cursor:pointer;transition:color .2s ease,background-color .2s ease,border-color .2s ease}switch-lang[data-type=dropdown] .switch-lang .currentLang::after{content:"";position:absolute;top:100%;left:0;width:100%;height:10px}switch-lang[data-type=dropdown] .switch-lang .currentLang__code{font-size:16px;font-weight:500;line-height:24px;text-transform:uppercase;letter-spacing:.02em}switch-lang[data-type=dropdown] .switch-lang .currentLang__globe{display:inline-flex;color:rgba(5,24,58,.4);transition:color .2s ease}switch-lang[data-type=dropdown] .switch-lang .currentLang__globe svg{display:block;width:16px;height:16px}switch-lang[data-type=dropdown] .switch-lang .currentLang .arrow{display:inline-flex;color:rgba(5,24,58,.4);transition:transform .2s ease,color .2s ease}switch-lang[data-type=dropdown] .switch-lang .currentLang .arrow svg{display:block;width:16px;height:16px}switch-lang[data-type=dropdown] .switch-lang:hover .currentLang{color:#0a79fe;background-color:#f5f8ff;border-color:rgba(10,121,254,.3)}switch-lang[data-type=dropdown] .switch-lang:hover .currentLang .currentLang__globe,switch-lang[data-type=dropdown] .switch-lang:hover .currentLang .arrow{color:#0a79fe}switch-lang[data-type=dropdown] .switch-lang:hover .currentLang .arrow{transform:rotate(180deg)}switch-lang[data-type=dropdown] .switch-lang ul{position:absolute;top:calc(100% + 8px);left:0;z-index:20;display:flex;flex-direction:column;min-width:132px;margin:0;padding:6px;list-style:none;background-color:#fff;border:1px solid rgba(5,24,58,.08);border-radius:14px;box-shadow:0 10px 30px rgba(5,24,58,.1),0 3px 8px rgba(5,24,58,.05);opacity:0;visibility:hidden;transform:translateY(6px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}switch-lang[data-type=dropdown] .switch-lang:hover ul{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}switch-lang[data-type=dropdown] .switch-lang .item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 12px;border-radius:9px;color:#05183a;font-size:15px;font-weight:500;line-height:1.4;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;transition:color .2s ease,background-color .2s ease}switch-lang[data-type=dropdown] .switch-lang a.item:hover{color:#0a79fe;background-color:#f5f8ff}switch-lang[data-type=dropdown] .switch-lang .active.item{color:#0a79fe;cursor:default}switch-lang[data-type=dropdown] .switch-lang .item__check{display:inline-flex;color:#0a79fe}switch-lang[data-type=dropdown] .switch-lang .item__check svg{display:block;width:16px;height:16px}
about-company-banner .about-company-banner{padding:0}about-company-banner .about-company-banner__container{position:relative}about-company-banner .about-company-banner__content{position:absolute;top:0;left:0;width:100%;max-width:1200px;padding:0 20px;color:#fff;z-index:2}about-company-banner .about-company-banner__subtitle{max-width:650px}about-company-banner image-component{display:block;width:100%}about-company-banner image-component img{display:block;width:100%;height:auto}
.contributors{padding:clamp(45px,10vw,80px) 15px}.contributors__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.contributors__title{margin-bottom:clamp(15px,5vw,30px);text-align:center}.contributors__subtitle{max-width:900px;margin-bottom:clamp(15px,5vw,30px);color:var(--subtitle-color);text-align:center;line-height:1.5}.contributors__stats{display:flex;align-items:center;gap:12px;margin-bottom:48px;color:var(--subtitle-color);font-size:15px}.contributors__stats strong{color:var(--subtitle-color);font-weight:600}.contributors__separator{opacity:.4}.contributors__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:18px;width:100%;padding:36px;border:1px solid rgba(255,255,255,.08);border-radius:24px}.contributors__item{position:relative;cursor:pointer}.contributors__avatar{width:95px;height:95px;border-radius:50%;object-fit:cover;border:3px solid rgba(0,0,0,0);transition:.25s}.contributors__avatar--placeholder{display:flex;align-items:center;justify-content:center;background:#2d4678;color:#fff;font-size:30px;font-weight:700}.contributors__item:hover .contributors__avatar{transform:scale(1.08);border-color:#f0b441}.contributors__tooltip{position:absolute;left:50%;bottom:calc(100% + 14px);transform:translateX(-50%) translateY(10px);display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 14px;min-width:max-content;background:#fff;color:#111;border-radius:10px;opacity:0;pointer-events:none;transition:.25s;z-index:5}.contributors__tooltip::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid rgba(0,0,0,0);border-top-color:#fff}.contributors__item:hover .contributors__tooltip{opacity:1;transform:translateX(-50%) translateY(0)}.contributors__tooltip-name{font-size:14px;font-weight:600;white-space:nowrap}.contributors__tooltip-commits{font-size:13px;color:#666;white-space:nowrap}.contributors__note{margin-top:32px;color:rgba(255,255,255,.55);font-size:14px;text-align:center}@media(max-width: 768px){.contributors{padding:80px 0}.contributors__grid{gap:14px;padding:24px}.contributors__avatar{width:68px;height:68px}.contributors__avatar--placeholder{font-size:24px}.contributors__stats{flex-wrap:wrap;justify-content:center}}@media(max-width: 480px){.contributors__avatar{width:56px;height:56px}.contributors__avatar--placeholder{font-size:20px}.contributors__tooltip{display:none}}
landing-slider{background-color:var(--bg-color)}landing-slider .vertical_image_slider h2{color:var(--h-color);font-size:var(--h2-font-size);font-weight:var(--h2-font-weight);margin-bottom:50px;text-align:center}landing-slider .vertical_image_slider .big_swiper-button-next,landing-slider .vertical_image_slider .big_swiper-button-prev{display:none}landing-slider .vertical_image_slider .sliders{display:flex;height:770px;position:relative}landing-slider .vertical_image_slider .sliders .big-swiper{width:74%}landing-slider .vertical_image_slider .sliders .big-swiper img{height:100%;object-fit:cover;width:100%;cursor:pointer}landing-slider .vertical_image_slider .sliders .small-swiper{height:90%;margin:auto 0;max-height:700px;width:23%}landing-slider .swiper-slide{width:100% !important;height:100%}landing-slider .vertical_image_slider .sliders .small-swiper .swiper-slide{height:90%;max-height:218px}landing-slider .vertical_image_slider .sliders .small-swiper img{height:100%;max-height:300px;max-width:380px;object-fit:cover;width:100%;cursor:pointer}landing-slider .vertical_image_slider .two_swiper-button-prev{cursor:pointer;height:20px;position:absolute;right:10%;top:0;width:20px}landing-slider .vertical_image_slider .two_swiper-button-prev.swiper-button-disabled:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23C7C6C6' stroke-width='2' d='m1 10 9 7.778L19 10m-9 8V0'/%3E%3C/svg%3E")}landing-slider .vertical_image_slider .two_swiper-button-prev:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%232B60FA' stroke-width='2' d='m1 10 9 7.778L19 10m-9 8V0'/%3E%3C/svg%3E");content:"";height:20px;left:0;position:absolute;top:0;transform:rotate(180deg);width:20px}landing-slider .vertical_image_slider .two_swiper-button-next{bottom:5%;cursor:pointer;height:20px;position:absolute;right:10%;width:20px}landing-slider .vertical_image_slider .two_swiper-button-next.swiper-button-disabled:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23C7C6C6' stroke-width='2' d='m1 10 9 7.778L19 10m-9 8V0'/%3E%3C/svg%3E")}landing-slider .vertical_image_slider .two_swiper-button-next:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%232B60FA' stroke-width='2' d='m1 10 9 7.778L19 10m-9 8V0'/%3E%3C/svg%3E");content:"";height:20px;left:0;position:absolute;bottom:-40px;width:20px}landing-slider .swiper-horizontal>.swiper-pagination-bullets,landing-slider .swiper-pagination-bullets.swiper-pagination-horizontal,landing-slider .swiper-pagination-custom,landing-slider .swiper-pagination-fraction{display:none}@media screen and (max-width: 900px){landing-slider .vertical_image_slider .sliders .small-swiper{display:none}landing-slider .vertical_image_slider .sliders .big-swiper{width:100%;height:90%}landing-slider .vertical_image_slider .sliders .big-swiper img{height:90%}landing-slider .vertical_image_slider .two_swiper-button-next,landing-slider .vertical_image_slider .two_swiper-button-prev{display:none}landing-slider .vertical_image_slider .big_swiper-button-next{bottom:-30px;cursor:pointer;display:block;height:20px;left:calc(50% + 6px);position:absolute;width:20px}landing-slider .vertical_image_slider .big_swiper-button-prev{bottom:-30px;cursor:pointer;display:block;height:20px;position:absolute;right:calc(50% + 8px);width:20px}landing-slider .vertical_image_slider .big_swiper-button-next:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%232B60FA' stroke-width='2' d='m1 10 9 7.778L19 10m-9 8V0'/%3E%3C/svg%3E");content:"";height:20px;left:0;position:absolute;top:0;transform:rotate(-90deg);width:20px}landing-slider .vertical_image_slider .big_swiper-button-next.swiper-button-disabled:after,landing-slider .vertical_image_slider .big_swiper-button-prev.swiper-button-disabled:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23C7C6C6' stroke-width='2' d='m1 10 9 7.778L19 10m-9 8V0'/%3E%3C/svg%3E")}landing-slider .vertical_image_slider .big_swiper-button-prev:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%232B60FA' stroke-width='2' d='m1 10 9 7.778L19 10m-9 8V0'/%3E%3C/svg%3E");content:"";height:20px;left:0;position:absolute;top:0;transform:rotate(90deg);width:20px}landing-slider .vertical_image_slider .big_swiper-button-next,landing-slider .vertical_image_slider .big_swiper-button-prev{bottom:17px}landing-slider .swiper-slide{height:110%}landing-slider .swiper-horizontal>.swiper-pagination-bullets,landing-slider .swiper-pagination-bullets.swiper-pagination-horizontal,landing-slider .swiper-pagination-custom,landing-slider .swiper-pagination-fraction{display:block;bottom:40px}landing-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,landing-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{--swiper-pagination-bullet-size: 10px;margin:0 7px}landing-slider .vertical_image_slider .big_swiper-button-next,landing-slider .vertical_image_slider .big_swiper-button-prev:after{display:none}}@media screen and (max-width: 600px){landing-slider .vertical_image_slider{padding-bottom:55px;padding-top:25px}landing-slider .vertical_image_slider h2{font-size:24px;line-height:28px;margin-bottom:15px}landing-slider .vertical_image_slider .sliders{height:320px}landing-slider .vertical_image_slider .big_swiper-button-next,landing-slider .vertical_image_slider .big_swiper-button-prev{bottom:-32px}landing-slider .swiper-horizontal>.swiper-pagination-bullets,landing-slider .swiper-pagination-bullets.swiper-pagination-horizontal,landing-slider .swiper-pagination-custom,landing-slider .swiper-pagination-fraction{bottom:0}landing-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,landing-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{--swiper-pagination-bullet-size: 7px;margin:0 5px}}@media screen and (max-width: 400px){landing-slider .vertical_image_slider .sliders{height:180px}landing-slider .get-in-touch-button{font-size:16px}landing-slider .swiper-horizontal>.swiper-pagination-bullets,landing-slider .swiper-pagination-bullets.swiper-pagination-horizontal,landing-slider .swiper-pagination-custom,landing-slider .swiper-pagination-fraction{bottom:-10px}}
