accordion-only{--hover-transition-duration: .2s;--expand-transition-duration: .5s;--gap: 20px;background:var(--bg-color)}accordion-only .subtitle{max-width:940px;margin-left:auto;margin-right:auto;text-align:center}accordion-only .flex-wrapper{display:flex;gap:var(--gap)}accordion-only .accordion-column{width:calc(50% - var(--gap)/2)}accordion-only .accordion-column>*:not(:last-child){margin-bottom:20px}accordion-only .primary-block{width:100%;background:var(--block-primary-bg-color);border-radius:var(--block-primary-border-radius);box-shadow:var(--block-primary-box-shadow);cursor:pointer;transition:all var(--hover-transition-duration) ease}accordion-only .primary-block:hover,accordion-only .primary-block.expand{background-color:var(--block-primary-bg-hover-color)}accordion-only .primary-block .visible-content{display:flex;justify-content:space-between;align-items:center;padding:16px}accordion-only .primary-block .visible-content .title{margin-bottom:0;transition:color var(--hover-transition-duration) ease}accordion-only .primary-block .visible-content .icon{width:24px;height:24px;display:flex;justify-content:center;align-items:center}accordion-only .primary-block .visible-content .icon svg{width:16px;height:auto;transition:transform var(--hover-transition-duration) linear}accordion-only .primary-block .visible-content .icon svg path{stroke:var(--h-color);transition:stroke var(--hover-transition-duration) ease}accordion-only .primary-block .expandable-wrapper{max-height:0;display:flex;flex-direction:column;gap:12px;overflow:hidden;transition:max-height var(--expand-transition-duration) ease}accordion-only .primary-block .expandable-wrapper .content{padding:20px 15px}accordion-only .primary-block .expandable-wrapper .content .text,accordion-only .primary-block .expandable-wrapper .content li{font-size:var(--text-font-size);font-weight:var(--text-font-weight);color:var(--block-primary-text-color);line-height:140%;letter-spacing:.01em;text-align:inherit}accordion-only .primary-block .expandable-wrapper .content ul{padding-top:10px;padding-left:18px;list-style:disc}accordion-only .primary-block .expandable-wrapper .content ol{padding-top:10px;padding-left:18px;list-style:decimal}accordion-only .primary-block.expand .expandable-wrapper{max-height:200px}accordion-only .primary-block.expand .icon svg{transform:rotate(180deg)}accordion-only .primary-block.overflow .expandable-wrapper{overflow:auto}accordion-only .primary-block:hover .title,accordion-only .primary-block.expand .title{color:var(--block-primary-accent-color)}accordion-only .primary-block:hover .icon svg path,accordion-only .primary-block.expand .icon svg path{stroke:var(--block-primary-accent-color)}@media screen and (max-width: 800px){accordion-only .flex-wrapper{flex-direction:column}accordion-only .accordion-column{width:100%}}
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-id]:hover{outline:1px solid #2b61fa}.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}
.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-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;transition:all .2s ease}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: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[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}}
grid-component{--grid-gap: 20px;background-color:var(--bg-color)}grid-component .subtitle{max-width:940px;text-align:center;margin-left:auto;margin-right:auto}grid-component .grid{display:flex;justify-content:center;flex-wrap:wrap;gap:var(--grid-gap)}grid-component .grid-item-wrapper{width:100%}grid-component .bottom_button{margin-top:50px;display:flex;justify-content:center}grid-component .btn{display:inline-block}grid-component[data-items-in-row] .grid-item-wrapper{max-width:calc((100% - var(--grid-gap)*(var(--items-in-row) - 1))/var(--items-in-row))}grid-component[data-items-in-row][data-items-in-row="5"] .grid{--items-in-row: 5}@media screen and (max-width: 1050px){grid-component[data-items-in-row][data-items-in-row="5"] .grid{--items-in-row: 2}}grid-component[data-items-in-row][data-items-in-row="4"] .grid{--items-in-row: 4}@media screen and (max-width: 1050px){grid-component[data-items-in-row][data-items-in-row="4"] .grid{--items-in-row: 2}}grid-component[data-items-in-row][data-items-in-row="3"] .grid{--items-in-row: 3}@media screen and (max-width: 850px){grid-component[data-items-in-row][data-items-in-row="3"] .grid{--items-in-row: 2}}grid-component[data-items-in-row][data-items-in-row="2"] .grid{--items-in-row: 2}@media screen and (max-width: 650px){grid-component .grid .grid-item-wrapper{max-width:100%}}@media screen and (min-width: 700px){grid-component .navigation_wrapper{display:none}}@media screen and (max-width: 700px){grid-component[be-slider] .grid{justify-content:initial;flex-wrap:nowrap;gap:0}grid-component[be-slider] .grid_section_grid>*{padding:0 20px}grid-component[be-slider] .navigation_wrapper{height:18px;margin-top:18px}grid-component[be-slider] .swiper-pagination{position:static}grid-component[be-slider] .swiper-button-next{right:calc(50% - 50px)}grid-component[be-slider] .swiper-button-next::after{transform:rotate(270deg)}grid-component[be-slider] .swiper-button-prev{left:calc(50% - 50px)}grid-component[be-slider] .swiper-button-prev::after{transform:rotate(90deg)}grid-component[be-slider] .swiper-button-next,grid-component[be-slider] .swiper-button-prev{top:auto;bottom:0;width:18px;height:18px}grid-component[be-slider] .swiper-button-next::after,grid-component[be-slider] .swiper-button-prev::after{content:"";position:absolute;top:auto;bottom:0;width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M1 8.33333L8.5 14.8148L16 8.33333M8.5 15L8.5 0' stroke='%23afafaf' stroke-width='2'/%3E%3C/svg%3E")}}grid-component.items_title_underline .primary-block .item-title{font-size:var(--h3-font-size);font-weight:var(--h3-font-weight);line-height:135%;color:var(--block-primary-h-color);margin-bottom:0px;position:relative;padding-bottom:10px}grid-component.items_title_underline .primary-block .item-title::after{background-color:#c7c6c6;bottom:0;content:"";height:1px;left:0;position:absolute;transition:all var(--transition-duration) ease;width:30px}grid-component.items_title_underline .primary-block:hover .top .item-title{color:var(--block-primary-accent-color)}grid-component.items_title_underline .primary-block:hover .item-title::after{width:100%;background-color:var(--block-primary-accent-color)}
grid-item-default{--transition-duration: .2s}grid-item-default .primary-block{width:100%;height:100%;background:var(--block-primary-bg-color);border-radius:var(--block-primary-border-radius);padding:30px;display:flex;flex-direction:column;justify-content:space-between;gap:20px;color:var(--text-color);position:relative;overflow:hidden}grid-item-default .primary-block .marker{width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:var(--accent-color)}grid-item-default .primary-block .marker .marker-symbol{color:#fff;font-weight:700;font-size:24px}grid-item-default .primary-block .letter{position:absolute;top:-20px;right:-20px;color:#e4e4e4;font-size:150px;line-height:75%;font-weight:700;transition:all .2s ease}grid-item-default .primary-block .top{display:flex;flex-direction:column;gap:20px;text-align:left}grid-item-default .primary-block .top .item-title{font-size:var(--h3-font-size);font-weight:var(--h3-font-weight);line-height:135%;color:var(--block-primary-h-color);margin-bottom:0px}grid-item-default .primary-block .top .icon{max-width:80px;height:80px}grid-item-default .primary-block .top .icon img{width:100%;height:80px;display:block}grid-item-default .primary-block .top .text{font-size:var(--text-font-size);font-weight:var(--text-font-weight);color:var(--block-primary-text-color);line-height:140%;letter-spacing:.01em;text-align:inherit}grid-item-default .primary-block .top .text p{margin-bottom:10px}grid-item-default .primary-block .top .text p:last-child{margin-bottom:0}grid-item-default .primary-block .top .text ul,grid-item-default .primary-block .top .text ol{margin-top:10px;padding-left:16px}grid-item-default .primary-block .top .text ul{list-style:disc}grid-item-default .primary-block .top .text ol{list-style:decimal}grid-item-default .primary-block .top .item_list{font-size:var(--text-font-size);font-weight:var(--text-font-weight);line-height:140%;letter-spacing:.01em;color:var(--block-primary-text-color);text-align:left;list-style:none}grid-item-default .primary-block .top .item_list li{padding-left:14px;margin-bottom:10px;position:relative}grid-item-default .primary-block .top .item_list li:last-child{margin-bottom:0}grid-item-default .primary-block .top .item_list li::before{content:"";position:absolute;top:9px;left:0;width:3px;height:3px;border-radius:50%;background-color:var(--block-primary-text-color)}grid-item-default .primary-block .bottom .bold_text{display:flex;align-items:center;gap:10px;color:var(--block-primary-h-color)}grid-item-default .primary-block .bottom .bold_text span{font-size:var(--text-font-size);font-weight:700;transition:color .2s ease}grid-item-default .primary-block .bottom .bold_text svg{position:relative;left:0;transition:all .2s ease}grid-item-default .bottom_button{margin-top:50px;display:flex;justify-content:center}grid-item-default .btn{display:inline-block}grid-item-default .primary-block.clickable{transition:all .3s ease-out}grid-item-default .primary-block.clickable:hover{background-color:var(--block-primary-bg-hover-color);cursor:pointer}grid-item-default .primary-block.clickable:hover .letter{color:#fff}grid-item-default .primary-block.clickable:hover .bold_text span{color:var(--block-primary-link-hover-color)}grid-item-default .primary-block.clickable:hover .bold_text svg{left:10px}
masonry-gallery{--border-radius: 7px;--max-grid-height: none;--grid-item-margin-bottom: 10px;background-color:var(--bg-color)}masonry-gallery .masonry-grid{width:100%;height:100%;margin:0 auto;padding:7px;max-height:var(--max-grid-height);overflow-y:hidden}masonry-gallery .masonry-grid::-webkit-scrollbar{display:none}masonry-gallery .masonry-grid-item{width:auto;margin-bottom:var(--grid-item-margin-bottom);border-radius:var(--border-radius);cursor:pointer}masonry-gallery .masonry-grid-item img{opacity:1;height:auto !important;transition:all .3s ease;border-radius:var(--border-radius)}masonry-gallery .masonry-grid-item img:hover{transform:scale(1.02)}masonry-gallery .button-wrapper{display:flex;justify-content:center;margin-top:40px}masonry-gallery .contact-us-wrapper{width:100%;position:fixed;bottom:0;display:flex;justify-content:center;padding:12px 0;background-color:#fff;box-shadow:-1px -8px 33px -4px rgba(0,0,0,.48)}masonry-gallery button-component .contact-us-button{max-width:180px;padding:12px 25px}masonry-gallery #modal{display:none;position:fixed;z-index:20;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);overflow-y:auto;user-select:none;transition:all .3s ease}masonry-gallery .modal-loader{width:100%;position:absolute;top:40%;display:flex;justify-content:center;margin:0 auto}masonry-gallery .modal-loader .container{padding:0}masonry-gallery .modal-loader svg{width:3.25em;transform-origin:center;animation:loading 2s linear infinite}masonry-gallery .modal-loader circle{fill:none;stroke:var(--accent-color);stroke-width:3;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes loading{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}100%{stroke-dashoffset:-125px}}masonry-gallery .modal-img{height:auto;width:auto;margin:0 auto;padding:60px 80px 80px 80px}masonry-gallery .close-modal{position:fixed;width:97.5%;display:flex;justify-content:flex-end;margin-top:10px;color:#fff;font-size:30px;z-index:21}masonry-gallery .close-modal span{cursor:pointer;transition:all .2s ease}masonry-gallery .close-modal span:hover{transform:scale(1.1)}masonry-gallery .hidden{visibility:hidden}masonry-gallery .masonry-grid-item img[data-image-loading=true]{animation:pulseLoading 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;opacity:0}@keyframes pulseLoading{0%{color:rgba(0,0,0,0);background:#fff;border:none;filter:brightness(0);background-image:none;opacity:.07}50%{background:#d3d3d3;opacity:.4}100%{color:rgba(0,0,0,0);background:#fff;border:none;filter:brightness(0);background-image:none;opacity:.07}}@media screen and (max-width: 768px){masonry-gallery #modal{scrollbar-width:none;-ms-overflow-style:none}masonry-gallery #modal::-webkit-scrollbar{display:none}}@media screen and (max-width: 650px){masonry-gallery .modal-img{padding:60px 50px 80px 50px}masonry-gallery .button-wrapper .btn{padding:12px 25px}masonry-gallery button-component .contact-us-button{padding:10px 25px}}@media screen and (max-width: 425px){masonry-gallery .modal-img{padding:60px 35px 80px 35px}}
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%}}
prices-cards .prices{background:var(--bg-color);padding-bottom:0}prices-cards .prices .flex-wrapper{gap:20px}prices-cards .prices h2{text-align:center}prices-cards .prices .subtitle{margin-right:auto;margin-left:auto;margin-bottom:30px;max-width:507px;text-align:center}prices-cards .prices .card{width:33.3333333333%;background:var(--block-primary-bg-color);border-radius:var(--block-primary-border-radius);box-shadow:var(--block-primary-box-shadow);padding:30px 20px;display:flex;flex-direction:column;align-items:center}prices-cards .prices .card .title_card{color:var(--block-primary-h-color);text-align:center;font-size:30px;font-weight:700;line-height:normal;margin-bottom:30px}prices-cards .prices .card .price_card{color:var(--block-primary-h-color);font-size:50px;font-weight:900;line-height:100%;margin-bottom:10px;text-align:center}prices-cards .prices .card .subtitle_card{color:var(--block-primary-text-color);font-size:18px;font-weight:400;line-height:30px;margin-bottom:20px;text-align:center}prices-cards .prices .card .list_button{background:var(--block-secondary-bg-color);padding:30px;margin:0;border-radius:var(--block-secondary-border-radius);width:100%;height:100%;display:flex;justify-content:space-between;flex-direction:column}prices-cards .prices .card .feature_list{list-style:none;margin-bottom:30px}prices-cards .prices .card .feature_list li{display:flex;color:var(--block-secondary-h-color);font-size:18px;line-height:30px;margin-bottom:20px;position:relative}prices-cards .prices .card .feature_list li .marker{width:27px;height:27px;margin-right:10px}prices-cards .prices .card .feature_list li .marker svg path{fill:#000}prices-cards .prices .card .feature_list li:last-child{margin-bottom:0}prices-cards .prices .card .feature_list li[data-status=false]{text-decoration:line-through;color:var(--block-secondary-text-color)}prices-cards .prices .card .feature_list li[data-status=false] span{opacity:.5}prices-cards.dark_theme .prices .card .feature_list .marker svg path{fill:#fff}@media screen and (max-width: 1300px){.prices .card .feature_list li{margin-bottom:15px}.prices .card .price_card{font-size:40px}.prices .card .title_card{margin-bottom:20px}}@media screen and (max-width: 1240px){.prices .flex-wrapper{flex-wrap:wrap}.prices .card{width:calc(33% - 12px)}}@media screen and (max-width: 1215px){prices-cards .btn{font-size:14px;text-align:center}}@media screen and (max-width: 1200px){.prices .card .subtitle_card{margin-bottom:25px}}@media screen and (max-width: 1000px){.prices .card{width:calc(50% - 10px)}.prices .card .subtitle_card{margin-bottom:20px}}@media screen and (max-width: 1100px){.prices .card .list_button{padding:20px}prices-cards .btn{padding:15px}}@media screen and (max-width: 800px){.prices h2{font-size:36px}}@media screen and (max-width: 730px){.prices .card{width:100%;max-width:470px;margin:0 auto}.prices .card .subtitle_card{margin-bottom:15px}}@media screen and (max-width: 550px){.prices h2{font-size:30px}.prices .subtitle{font-size:18px}.prices .card{padding:15px}.prices .card .price_card{font-size:36px}.prices .card .title_card{margin-bottom:10px}.prices .card .list_button{padding:15px}.prices .card .feature_list{margin-bottom:20px}.prices .card .feature_list li{font-size:16px;margin-bottom:5px}}
.shadow{position:fixed;top:0;left:-200%;background:rgba(0,0,0,0);width:100%;height:100%;z-index:11;transition:background .5s ease}.phone{color:var(--accent-color);font-weight:700}.header_phone{display:none;color:var(--accent-color);font-size:20px;font-weight:700}header{background-color:var(--bg-color);height:80px;position:fixed;left:0;top:0;z-index:15;width:100%;display:flex;align-items:center;transition:all .2s ease}header .header_right{display:flex;gap:20px;align-items:center}header .header_right .btn{padding:12px 25px;height:45px;display:flex;align-items:center;justify-content:center}header .header_right .btn.empty:hover svg path{fill:#fff}header .popup_shadow.show_shadow{opacity:1;pointer-events:all}header .popup_shadow{position:fixed;z-index:5;top:0;left:0;background:rgba(0,0,0,.5);width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:all .4s ease}header .container{display:flex;align-items:center;justify-content:space-between;height:100%}header .header_center{height:100%}header .logo{max-width:160px;min-width:100px;display:flex;align-items:center;justify-content:center}header .mobileRight{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}header nav{height:100%}header nav ul{height:100%;list-style:none;display:flex;align-items:center}header nav ul .logo_menu{display:none}header nav ul li{position:relative;height:100%}header nav ul li:last-child{margin-right:0}header nav ul li.megamenu>a,header nav ul li.megamenu>span{padding:0 32px 0 16px;cursor:pointer}header nav ul li.megamenu>a::before,header nav ul li.megamenu>span::before{content:"";position:absolute;top:calc(50% - 2px);right:14px;width:10px;height:10px;transition:all .2s ease;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M1.59998 1L5.09998 4.88889L8.59998 1' stroke='%232B60FA' stroke-width='2'/%3E%3C/svg%3E");background-size:contain}header nav ul li a,header nav ul li span{padding:0 25px;position:relative;white-space:nowrap;font-weight:400;font-size:18px;line-height:25px;color:#1b1b1d;display:flex;align-items:center;height:100%;transition:all .2s ease}header nav ul li.menu__item a .icon{width:16px;height:16px;display:flex;justify-content:center;align-items:center}header nav ul li.menu__item a .arrowIcon{margin-top:3px;margin-left:5px}header nav ul li.menu__item a:hover,header nav ul li.menu__item span:hover{text-shadow:.5px 0 0 #fff}header nav ul li.menu__item a:hover::after,header nav ul li.menu__item span:hover::after{width:calc(100% - 50px)}header nav ul li.menu__item a::after,header nav ul li.menu__item span::after{content:"";position:absolute;bottom:32px;left:25px;width:0;height:1px;background-color:var(--primary-color);transition:all .2s ease}header nav ul li .child a:after{content:none}header nav ul li .megamenu_wrapper{border:0px solid var(--block-primary-border-color);transition:all .2s ease;max-height:0;position:absolute;z-index:12;height:100%;top:80px;left:-125px;background-color:var(--block-primary-bg-color);overflow:hidden;padding:0 40px;box-shadow:rgba(0,0,0,.24) 0px 3px 8px}header nav ul li .childs_wrapper ul{height:auto}header nav ul li .childs_wrapper .child{flex-direction:column;align-items:flex-start}header nav ul li .childs_wrapper .child li{margin-right:0;width:100%}header nav ul li .childs_wrapper .child a,header nav ul li .childs_wrapper .child span{font-size:16px;line-height:22px;color:var(--block-primary-text-color);padding:10px;transition:all .2s ease}header nav ul li .childs_wrapper .child a:hover,header nav ul li .childs_wrapper .child span:hover{text-shadow:.5px 0 0 var(--block-primary-text-color)}.hamburger{display:block;position:relative;z-index:2;width:40px;height:20px;transition:all .2s ease;padding:10px 0;cursor:pointer}.hamburger::before{z-index:3;content:"";position:absolute;top:0;right:5px;width:25px;height:3px;background:#000;border-radius:100px;transition:all .3s ease}.hamburger::after{content:"";position:absolute;top:calc(100% - 3px);right:20px;width:10px;height:3px;background:#000;transition:all .3s ease;z-index:3;border-radius:100px}.hamburger>div{border-radius:100px;position:absolute;top:calc(50% - 1px);right:10px;width:20px;height:3px;background:#000;transition:all .5s ease;opacity:1}@media screen and (max-width: 1250px){header nav ul li a,header nav ul li span{padding:0 16px}}@media screen and (min-width: 1024px){.hamburger{display:none}.hamburger_wrapper{display:none}header nav ul li:hover .megamenu_wrapper{height:fit-content;border-width:1px;padding:30px 40px;max-height:1000px}header nav ul li.megamenu:hover>a::before,header nav ul li.megamenu:hover>span::before{transform:rotate(180deg);top:calc(50% - 5px)}}@media screen and (max-width: 1023px){header .container .shared_wrapper.logo_wrapper{display:flex;justify-content:center}header .container .shared_wrapper.button_wrapper{display:flex;justify-content:flex-end}header nav ul li .megamenu_wrapper{transition:all .5s ease}header nav ul li a::after,header nav ul li span::after{content:none}header nav ul li.megamenu>a::before,header nav ul li.megamenu>span::before{left:90px}header nav ul li.menu__item a::after,header nav ul li.menu__item span::after{content:none}header nav ul li .childs_wrapper{background-color:rgba(0,0,0,0);box-shadow:none}header nav ul li .childs_wrapper .child a,header nav ul li .childs_wrapper .child span{color:#000;padding-left:10px;font-size:16px}header .container{position:relative;justify-content:space-between}header .header_center{position:absolute;top:80px;left:-200%;width:100%;max-width:500px;height:calc(100vh - 68px);background:#fff;transition:all .5s ease}header .header_center nav{padding:20px}header .header_center nav ul{align-items:flex-start}header .header_center nav ul .logo_menu{display:block;margin-bottom:10px}header .header_center nav ul li{height:auto;width:100%}header .header_center nav ul li.hover .megamenu_wrapper{max-height:1000px}header .header_center nav ul li .megamenu_wrapper{position:static;padding:0;background-color:rgba(0,0,0,0);width:auto;box-shadow:none}header .header_center nav ul li a,header .header_center nav ul li span{font-size:20px;line-height:30px;padding:5px 0;height:auto}header nav ul{flex-direction:column}.active .shadow{background:rgba(0,0,0,.5);left:0}.active header .header_center{left:0}.active .hamburger{height:28px}.active .hamburger>div{opacity:0;right:100px}.active .hamburger::before{right:0;top:calc(50% - 1px);transform:rotate(-45deg)}.active .hamburger::after{right:0;top:calc(50% - 1px);width:25px;transform:rotate(45deg)}header .mobileRight{width:auto;gap:20px}header nav ul li.hover a:hover::before,header nav ul li.hover span:hover::before{transform:rotate(180deg);top:calc(50% - 5px)}header .container .shared_wrapper.logo_wrapper .header_left img{display:none}.phone{display:none}.header_phone{display:block}}@media screen and (max-width: 700px){header .header_right{display:none}header .mobileRight{gap:0;width:100%;justify-content:center}}@media screen and (max-width: 650px){header .header_center{top:58px}header{height:60px}header .logo{width:100px}header .btn{font-size:14px;line-height:25px;font-weight:500;padding:8px 12px;border-radius:10px;width:auto;height:auto;white-space:nowrap}}@media screen and (max-width: 400px){header .container .shared_wrapper{width:auto}header .container .shared_wrapper.logo_wrapper{display:block}header nav ul li .childs_wrapper .child a,header nav ul li .childs_wrapper .child span{hyphens:auto;word-break:break-word;overflow-wrap:break-word;white-space:normal}}
footer{background-color:#141616}footer .footer_top{padding:22px 0;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #4d555b}footer .footer_top .footer_buttons{display:flex;align-items:center;gap:25px;justify-content:space-around;width:100%}footer .footer_top .footer_buttons .footer_button{display:flex;align-items:center;gap:10px;color:#d9dbe1}footer .footer_top .footer_buttons .footer_button .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_buttons .footer_button .email,footer .footer_top .footer_buttons .footer_button .address,footer .footer_top .footer_buttons .footer_button .tel{transition:all .2s ease}footer .footer_top .footer_buttons .footer_button:hover .email,footer .footer_top .footer_buttons .footer_button:hover .address,footer .footer_top .footer_buttons .footer_button:hover .tel{color:#0a79fe}footer .footer_top .footer_buttons .footer_button:hover .icon_wrapper{background-color:#0a79fe}footer .footer_top .footer_buttons .footer_button .title{margin-bottom:5px;color:#fff;font-weight:700}footer .footer_top .footer_buttons .footer_button .address{display:flex;flex-direction:column;gap:2px}footer .footer_top .footer_buttons .footer_button .address svg{margin-right:5px}footer .footer_middle{display:flex;justify-content:space-between;gap:126px;padding:40px 0;border-bottom:1px solid #4d555b}footer .footer_middle .footer_column_icons{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;min-width:312px;width:25%}footer .footer_middle .footer_info{display:flex;justify-content:space-between;width:100%}footer .footer_middle .footer_info h3{color:#fff;font-weight:700}footer .footer_middle .footer_info li,footer .footer_middle .footer_info a{color:#d9dbe1}footer .footer_middle .footer_info li>a{transition:all .2s ease;cursor:pointer}footer .footer_middle .footer_info li>a:hover{color:var(--link-hover-of-footer)}footer .footer_middle .footer_info .list_of_links{display:flex;flex-direction:column;gap:15px}footer .footer_middle .socials{align-items:center;display:flex;justify-content:space-between;margin:40px 0;width:100%}footer .footer_middle .socials .social_item{align-items:center;display:flex;height:45px;justify-content:center;transition:all .2s;width:45px}footer .footer_middle .socials .social_item:hover:nth-of-type(1) svg path{fill:#f70095;transition:all .2s ease}footer .footer_middle .socials .social_item:hover:nth-of-type(4) svg path{fill:#f70000;transition:all .2s ease}footer .footer_middle .socials .social_item:hover svg path{fill:var(--accent-color);transition:all .2s ease}footer .footer_middle .reviews{width:80%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;margin-bottom:30px;gap:15px}footer .footer_bottom{border-top:1px solid #4d555b;padding:20px 0}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{color:#fff;font-size:16px;white-space:nowrap}footer .footer_bottom .bottom_flex .center{display:flex;gap:30px}footer .footer_bottom .bottom_flex .center a{color:#fff;font-size:12px;line-height:22px;transition:all .2s ease}footer .footer_bottom .bottom_flex .center a:hover{color:#0a79fe}footer .footer_bottom .bottom_flex .right .edit-mode-block{width:100%;display:flex;justify-content:space-between;padding:8px 20px;background:#1b1b1d;align-items:center;gap:30px}footer .footer_bottom .bottom_flex .right .edit-mode-block .edit-mode-subtitle{font-size:10px;color:#9698a5}footer .footer_bottom .bottom_flex .right .edit-mode-block p{color:#fff;font-size:16px}footer .footer_bottom .bottom_flex .right .edit-mode-block edit-mode{background:gray;border-radius:100px;cursor:pointer;display:block;height:30px;position:relative;text-indent:-9999px;width:33px;height:20px}footer .footer_bottom .bottom_flex .right .edit-mode-block edit-mode .edit-mode-label{width:33px;height:20px}footer .footer_bottom .bottom_flex .right .edit-mode-block edit-mode .edit-mode-label::after{width:18px;height:18px;top:1px;left:1px;box-shadow:0px 1.94px 5.16px 0px rgba(0,0,0,.1490196078)}footer .footer_bottom .bottom_flex .right .edit-mode-block edit-mode .edit-mode-switch:checked+.edit-mode-label:after{left:32px}.hide{opacity:0;height:0}@media screen and (max-width: 1025px){footer .footer_buttons{flex-wrap:wrap;gap:unset;justify-content:space-around}footer .footer_buttons .footer_button:first-child{order:1}footer .footer_buttons .footer_button:nth-child(2){order:3}footer .footer_buttons .footer_button:nth-child(3){order:2}}@media screen and (max-width: 970px){footer .footer_middle{flex-direction:column;align-items:center;gap:20px}footer .footer_middle .footer_column_icons{width:80%}footer .footer_middle .socials{justify-content:space-around}footer .footer_middle .reviews{justify-content:space-around}footer .footer_middle .edit-mode-block{width:85%}footer .bottom_flex{flex-direction:column;gap:20px}footer .bottom_flex .right{order:1}footer .bottom_flex .left{order:2}footer .bottom_flex a{text-align:center}}@media screen and (max-width: 600px){footer .footer_info{max-width:90%}}@media screen and (max-width: 470px){footer .footer_top .footer_buttons{flex-wrap:nowrap;flex-direction:column;align-items:flex-start;width:90%}footer .footer_info{gap:50px;flex-wrap:wrap}footer .footer_bottom .bottom_flex .center{flex-direction:column;gap:10px;order:1}footer .footer_bottom .bottom_flex .center a{font-size:14px}footer .footer_bottom .bottom_flex .right{order:2}footer .footer_bottom .bottom_flex .left{order:3}footer .footer_bottom .bottom_flex .left a{font-size:14px}}
landing-consultation-form{background-color:var(--bg-color)}landing-consultation-form section{position:relative}landing-consultation-form h1{font-size:var(--h1-font-size);color:var(--h-color)}landing-consultation-form li{font-size:var(--text-font-size)}landing-consultation-form .container{position:relative;z-index:1}landing-consultation-form .background-wrapper{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%}landing-consultation-form .background-wrapper img{width:100%;height:100%;object-fit:cover}landing-consultation-form .main-subtitle{margin-bottom:40px}landing-consultation-form .flex-wrapper{gap:20px;justify-content:space-between}landing-consultation-form .flex-wrapper .left{flex-shrink:1;max-width:820px;width:54%}landing-consultation-form .flex-wrapper .right{display:flex;flex-direction:column;gap:20px;max-width:545px;width:46%}landing-consultation-form .flex-wrapper .links-container{display:flex;gap:20px;justify-content:center}landing-consultation-form .reviews{display:flex;justify-content:center}landing-consultation-form .reviews a{align-items:center;background:#1b2837;border-radius:10px;display:flex;height:82px;justify-content:center;padding:20px 24px;width:calc(33% - 15px)}landing-consultation-form .reviews *:not(:last-child){margin-right:20px}landing-consultation-form .text_list{color:var(--text-color);margin:40px 0;font-weight:600}landing-consultation-form .text_list li::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cellipse cx='13.556' cy='13.708' fill='%2334A853' rx='13.556' ry='13.708'/%3E%3Cpath stroke='%23fff' stroke-width='3' d='m7 13.2 4.986 4.8 7.672-8'/%3E%3C/svg%3E")}landing-consultation-form button-component .btn{background:var(--button-primary-normal-fill-color);border:1px solid var(--button-primary-normal-border-color);color:var(--button-primary-normal-font-color);display:inline-block;font-size:18px;padding:12px 24px;transition:all .2s ease;white-space:nowrap;border-radius:var(--button-primary-border-radius)}@media screen and (max-width: 1100px){landing-consultation-form .flex-wrapper{flex-direction:column}landing-consultation-form .flex-wrapper .left,landing-consultation-form .flex-wrapper .right{max-width:100%;width:100%}landing-consultation-form .flex-wrapper .right{margin:0 auto;max-width:700px}landing-consultation-form get-in-touch-form .get-in-touch-form{max-width:none}}@media screen and (max-width: 500px){landing-consultation-form .reviews{flex-wrap:wrap;gap:20px}landing-consultation-form .reviews *:not(:last-child){margin-right:0px}landing-consultation-form .reviews a{width:45%;padding:15px 18px}}
landing-companies{--gap: 20px;background-color:var(--bg-color)}landing-companies section{padding:50px 0}landing-companies .flex-wrapper{align-items:center;gap:var(--gap);justify-content:space-between}landing-companies .flex-wrapper svg{max-height:62px}@media screen and (max-width: 1100px){landing-companies .container .flex-wrapper{flex-wrap:wrap;justify-content:center}landing-companies .container .flex-wrapper svg{margin-top:20px;width:30%}landing-companies .container .flex-wrapper svg:first-child,landing-companies .container .flex-wrapper .container .flex-wrapper svg:nth-child(2),landing-companies .container .flex-wrapper .container .flex-wrapper svg:nth-child(3){margin-top:0}}@media screen and (max-width: 768px){landing-companies section{display:none}}
landing-get-in-touch-block{background-color:var(--bg-color)}landing-get-in-touch-block .container{margin:0 auto;max-width:540px;width:100%}landing-get-in-touch-block .title{font-size:var(--h2-font-size);font-weight:var(--h2-font-weight);text-align:center}landing-get-in-touch-block .like_title,landing-get-in-touch-block .subtitle{display:none}landing-get-in-touch-block .reviews{display:flex;justify-content:center}landing-get-in-touch-block .reviews a{align-items:center;background:#1b2837;border-radius:10px;display:flex;height:82px;justify-content:center;padding:20px 24px;width:calc(33% - 15px);margin-top:20px}landing-get-in-touch-block .reviews *:not(:last-child){margin-right:20px}landing-get-in-touch-block get-in-touch-form .get-in-touch-form{box-shadow:rgba(44,44,44,.247) 0px 5px 15px;border-radius:10px}landing-get-in-touch-block get-in-touch-form .get-in-touch-form form input{border:none;border-bottom:1px solid #1b1b1d;display:block;font-size:16px;margin-bottom:25px;outline:none;padding:0 0 12px;width:100%}@media screen and (max-width: 500px){landing-get-in-touch-block .reviews{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}}
