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}
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[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}}
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%}}
.header{position:fixed;z-index:100;width:100%}.header__additional-section{height:60px;background:#eaecee;transition:transform .25s ease}.header__main-section{height:90px;background:#fff;transition:box-shadow .25s ease}.header--scrolled .header__additional-section{transform:translateY(-100%)}.header--scrolled .header__main-section{position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 6px 20px rgba(0,0,0,.08)}.header::after{content:"";display:none;height:90px}.header--scrolled::after{display:block}header .header__additional-section,header .header__main-section{display:flex;justify-content:center;align-items:center;width:100%;padding:0 200px}header .header__additional-section{height:60px;background-color:#eaecee}header .header__main-section{height:90px}header .header__main-section .button{display:none}header .header__menu{display:flex;align-items:center;height:fit-content;margin:0 30px}header .header__menu .navigation__list{display:flex;gap:40px}header .header__menu .navigation__link{font-size:15px}header .header__menu .navigation__item{position:relative;text-transform:uppercase;font-weight:400;font-size:18px;line-height:100%;letter-spacing:0%}header .header__menu .navigation__item--has-children:hover .navigation__arrow{transform:rotate(-135deg)}header .header__menu .navigation__arrow{margin-left:5px;margin-bottom:3px;border:solid #545961;border-width:0 2px 2px 0;display:inline-block;padding:3px;transform:rotate(45deg);transition:transform .2s ease}header .header__menu .navigation__dropdown{position:absolute;top:100%;left:-25px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.15);list-style:none;padding-top:10px;padding-bottom:10px;min-width:max-content;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s ease;z-index:20}header .header__menu .navigation__dropdown-link{display:block;padding:10px 25px;color:#545961;text-decoration:none;text-align:start;font-size:15px}header .header__menu .navigation__dropdown-link:hover{background:#f5f7fa;color:var(--accent-color)}header .header__menu .navigation__link{color:#545961}header .header__menu .navigation__link:hover{color:#3a70a5}header .section__wrapper{display:flex;align-items:center;gap:30px}header .section__wrapper .phone{margin:0 90px}header .section__wrapper .social,header .section__wrapper .email{margin-right:40px}header .section__wrapper .button .top-info__button{background-color:#ffcb00;border:1px solid #ffcb00;border-radius:7px;transition:.2s ease;width:205px;padding:10px 22px;font-weight:400;line-height:100%;letter-spacing:0%;text-decoration:none;color:#fff}header .section__wrapper .button .top-info__button::after{content:"";position:absolute;inline-size:16px;block-size:16px;margin-inline-start:10px;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M13.1434 1.85654C13.1434 1.30425 12.6957 0.856537 12.1434 0.856537L3.14337 0.856538C2.59109 0.856537 2.14337 1.30425 2.14337 1.85654C2.14337 2.40882 2.59109 2.85654 3.14337 2.85654L11.1434 2.85654L11.1434 10.8565C11.1434 11.4088 11.5911 11.8565 12.1434 11.8565C12.6957 11.8565 13.1434 11.4088 13.1434 10.8565L13.1434 1.85654ZM0.856445 13.1435L1.56355 13.8506L12.8505 2.56364L12.1434 1.85654L11.4363 1.14943L0.149339 12.4364L0.856445 13.1435Z'/%3E%3C/svg%3E") no-repeat center/100% 100%;aspect-ratio:1/1}header .section__wrapper .button .top-info__button:hover{background-color:#fff;color:#ffcb00}header .section__wrapper .button .top-info__button:hover .top-info__button::after{color:#ffcb00}header .section__wrapper .logo{width:100%;max-width:220px}header .section__item{display:flex;align-items:center;font-size:16px;font-weight:400;line-height:100%}header .section__item .link{color:#7c828c}header .section__item .link:last-child:hover{color:var(--link-hover-color)}header .phone-dropdown{position:relative}header .phone-dropdown:hover .phone-dropdown__arrow{transform:rotate(-135deg)}header .phone-dropdown__trigger{display:flex;padding-left:14px;align-items:center;gap:10px}header .phone-dropdown__arrow{border:solid #7c828c;border-width:0 2px 2px 0;display:inline-block;padding:3px;transform:rotate(45deg);transition:transform .2s ease;margin-top:-2px}header .phone-dropdown__list{position:absolute;top:100%;left:0;background:#fff;text-transform:uppercase;box-shadow:0 8px 20px rgba(0,0,0,.15);list-style:none;margin:6px 0 0;min-width:max-content;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s ease;z-index:50}header .phone-dropdown__list a{display:block;font-size:16px;padding:11px 15px;color:#545961;text-decoration:none}header .phone-dropdown__list a:hover{background:#f5f7fa;color:var(--accent-color)}header .flex_button{display:flex;gap:20px;justify-content:center}header .flex_button .btn{text-transform:uppercase;padding:18px 48px 18px 26px;padding-right:45px;border-radius:0;font-size:17px;border-radius:7px;line-height:100%}header .flex_button .btn::after{content:"";position:absolute;inline-size:18px;block-size:16px;margin-inline-start:10px;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M13.1434 1.85654C13.1434 1.30425 12.6957 0.856537 12.1434 0.856537L3.14337 0.856538C2.59109 0.856537 2.14337 1.30425 2.14337 1.85654C2.14337 2.40882 2.59109 2.85654 3.14337 2.85654L11.1434 2.85654L11.1434 10.8565C11.1434 11.4088 11.5911 11.8565 12.1434 11.8565C12.6957 11.8565 13.1434 11.4088 13.1434 10.8565L13.1434 1.85654ZM0.856445 13.1435L1.56355 13.8506L12.8505 2.56364L12.1434 1.85654L11.4363 1.14943L0.149339 12.4364L0.856445 13.1435Z'/%3E%3C/svg%3E") no-repeat center/100% 100%;aspect-ratio:1/1}@media screen and (max-width: 1910px){header .header__main-section,header .header__additional-section{padding-right:10vw;padding-left:10vw}}@media(max-width: 1750px){header .section__wrapper .phone{margin:0 100px}header .header__menu .navigation__list{gap:40px}}@media(max-width: 1760px){header .section__wrapper .phone{margin:0 75px}header .header__menu .navigation__list{gap:25px}header .section__wrapper{gap:25px}}@media(max-width: 1600px){header .header__main-section,header .header__additional-section{padding:0 30px}}@media(max-width: 1440px){header .header__menu .navigation__link,header .flex_button .btn{font-size:15px}}@media(max-width: 1300px){header .flex_button .btn{padding:12px 45px 12px 16px}header .section__wrapper{gap:0}header .section__wrapper .social{margin-left:25px;margin-right:25px}}@media(max-width: 1150px){header .section__wrapper .logo{max-width:160px}header .header__main-section,header header .header__additional-section{padding:0px 20px}header .section__item{font-size:14px}}@media(min-width: 1024px){header .navigation__item--has-children:hover>.navigation__dropdown,header .phone-dropdown:hover .phone-dropdown__list{opacity:1;visibility:visible;transform:translateY(0)}}@media(max-width: 500px){header .mobile-menu__buttons{flex-direction:column}}@media(max-width: 1024px){header .header__menu,header .header__menu .navigation__item{display:none !important}header .header__main-section{padding:0 40px;gap:50px}header .mobile-phone{font-size:18px !important}header .mobile-facebook img{width:30px}header .mobile-menu__contacts .mobile-facebook{margin-bottom:24px}header .header__burger{display:flex}header .section__wrapper .logo{max-width:unset !important}}@media(max-width: 1024px){header header .header__main-section{justify-content:start}}@media(max-width: 1024px){header .section__wrapper{justify-content:space-around;width:100%}header .mobile-phone.active .mobile-phone__list{width:max-content}header .header__mobile-info{gap:30px !important}header .header__mobile-info{display:flex;align-items:center;gap:10px}header .mobile-phone{font-size:14px;color:#545961;text-decoration:none}header .mobile-facebook img{display:block}header .button_wrapper{display:block}header .header__main-section .button{display:flex}header .flex_button .btn,header .header__additional-section{display:none}}@media(max-width: 830px){header .section__wrapper .logo{display:none}header .header__mobile-info .mobile-facebook{display:none}header .section__wrapper{justify-content:space-around}}@media(max-width: 560px){header .flex_button .btn{display:none}header .section__wrapper{justify-content:center}header .header__main-section{gap:0}header .section__wrapper{justify-content:space-around}}@media(max-width: 520px){header .header__mobile-info{display:none}header .section__wrapper{justify-content:end}}.mobile-phone{position:relative}.mobile-phone__trigger{display:flex;align-items:center;gap:6px;color:#545961;text-decoration:none;font-size:18px}.mobile-phone__arrow{border:solid #545961;border-width:0 2px 2px 0;display:inline-block;padding:3px;transform:rotate(45deg);transition:.2s}.mobile-phone__list{position:absolute;top:100%;left:0;background:#fff;box-shadow:0 6px 20px rgba(0,0,0,.15);list-style:none;padding:10px 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s;z-index:100}.mobile-phone__list a{display:block;padding:8px 15px;color:#545961;text-decoration:none}.mobile-phone.active .mobile-phone__list{opacity:1;visibility:visible;transform:translateY(0)}.mobile-phone.active .mobile-phone__arrow{transform:rotate(-135deg)}.navigation__item--has-children:hover .navigation__arrow{transform:rotate(-135deg)}.navigation__arrow{transition:transform .2s ease}.header__mobile-info{display:none}.header__burger{display:none;flex-direction:column;gap:4px;cursor:pointer;background:none;border:none}.header__burger span{width:25px;height:2px;background:#000}.mobile-menu{position:fixed;inset:0;background:#fff;transform:translateX(-100%);transition:.3s ease;z-index:2000}.mobile-menu.active{transform:translateX(0)}.mobile-menu__panel{padding:20px}.mobile-menu__close{font-size:24px;background:none;border:none;margin-bottom:20px}.mobile-menu__list{display:flex;flex-direction:column;gap:20px}.mobile-menu__sublist{margin-top:10px;padding-left:15px;display:none}.mobile-menu .has-children.active .mobile-menu__sublist{display:block}.mobile-menu__extra{margin-top:30px;display:flex;flex-direction:column;gap:15px}.mobile-menu__btn{padding:12px;background:#3a70a5;color:#fff;text-align:center}.mobile-menu__address,.mobile-menu__email{font-size:14px;color:#333}.mobile-menu{position:fixed;inset:0;background:#fff;overflow-y:auto;z-index:2000}.mobile-menu::before{content:"";position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);pointer-events:none}.mobile-menu__panel{display:flex;flex-direction:column;min-height:100%;padding:15px 30px 0 30px;padding-bottom:20px;position:relative;z-index:1}.mobile-menu__contacts{align-items:center;white-space:nowrap;display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.mobile-menu__contacts a{font-size:16px;color:#545961;text-decoration:none}.mobile-menu__phone{display:flex;flex-direction:column;align-items:center}.mobile-menu__phone-trigger{display:inline-flex;align-items:center;gap:6px;font-size:16px;color:#000}.mobile-menu__phone .arrow{margin-left:auto;width:6px;height:6px;border-right:2px solid #000;border-bottom:2px solid #000;transform:rotate(45deg);transition:.2s}.mobile-menu__phone-list{display:none;margin-top:8px;padding-left:10px}.mobile-menu__phone.active .mobile-menu__phone-list{display:block}.mobile-menu__phone.active .arrow{transform:rotate(-135deg)}.mobile-menu__nav{margin-top:20px}.mobile__menu-top{display:flex;justify-content:space-between}.mobile__menu-top .logo{width:200px;height:60px;margin-bottom:25px}.mobile__menu-top .mobile-menu__close{height:fit-content}.mobile-menu__item{display:flex;flex-direction:column;padding:6px 0}.mobile-menu__row{display:flex;align-items:center}.mobile-menu__link{white-space:nowrap;display:inline-flex;align-items:center;font-size:20px;color:#3d3d3d;text-decoration:none;text-transform:uppercase;flex:0}.mobile-menu__arrow{flex:1;display:flex;align-items:center;justify-content:flex-end;height:100%;cursor:pointer}.mobile-menu__arrow::before{content:"";width:6px;height:6px;border-right:2px solid #000;border-bottom:2px solid #000;transform:rotate(45deg);transition:.2s}.mobile-menu__item.active .mobile-menu__arrow::before{transform:rotate(-135deg)}.mobile-menu__sublist{display:none;margin:12px 0;padding:8px 0;background:#f5f5f5;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.mobile-menu__item.active>.mobile-menu__sublist{display:block}.mobile-menu__sublist li a{display:block;padding:14px 18px;font-size:18px;color:#3d3d3d;text-decoration:none}.mobile-menu__sublist li a:hover{background:#e9e9e9}.mobile-menu__bottom{margin-top:15vh !important;display:flex;gap:8px;align-items:center}.mobile-menu__btn{flex:1;padding:12px;text-align:center;border-radius:6px;font-size:14px;text-decoration:none}.mobile-menu__btn.primary{background:#3a70a5;color:#fff}.mobile-menu__btn.secondary{background:#e9e9e9;color:#333}.mobile-menu__facebook{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#3a70a5;border-radius:6px}.mobile-menu__facebook img{width:20px}.mobile-menu__phone-row{display:flex;gap:10px;align-items:center}.mobile-menu__phone-link{font-size:16px;color:#000;text-decoration:none;flex:0}.mobile-menu__phone-arrow{flex:1;display:flex;justify-content:flex-end;align-items:center;cursor:pointer}.mobile-menu__phone-arrow::before{content:"";width:6px;height:6px;border-right:2px solid #000;border-bottom:2px solid #000;transform:rotate(45deg);transition:.2s}.mobile-menu__phone.active .mobile-menu__phone-arrow::before{transform:rotate(-135deg)}.mobile-menu__phone-list{display:none;margin-top:8px;padding-left:10px}.mobile-menu__phone.active .mobile-menu__phone-list{display:block}.mobile-menu__bottom{margin-top:auto;padding-top:20px;display:flex;justify-content:center;gap:12px}.mobile-menu__buttons{display:flex;gap:10px}.mobile-btn{flex:1;display:flex;align-items:center;justify-content:center;padding:14px 16px;font-size:14px;text-transform:uppercase;border-radius:6px;cursor:pointer;text-decoration:none;position:relative}.mobile-btn::after{content:"";width:14px;height:14px;margin-left:8px;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M13.1434 1.85654C13.1434 1.30425 12.6957 0.856537 12.1434 0.856537L3.14337 0.856538C2.59109 0.856537 2.14337 1.30425 2.14337 1.85654C2.14337 2.40882 2.59109 2.85654 3.14337 2.85654L11.1434 2.85654L11.1434 10.8565C11.1434 11.4088 11.5911 11.8565 12.1434 11.8565C12.6957 11.8565 13.1434 11.4088 13.1434 10.8565L13.1434 1.85654ZM0.856445 13.1435L1.56355 13.8506L12.8505 2.56364L12.1434 1.85654L11.4363 1.14943L0.149339 12.4364L0.856445 13.1435Z'/%3E%3C/svg%3E") no-repeat center/contain}.mobile-btn--primary{font-weight:600;padding:18px 20px;font-size:18px;border-radius:7px;background:#3a70a5;color:#fff;border:none}.mobile-btn--primary:hover{background:#2f5c88}.mobile-btn--outline{background:#fff;color:#ffcb00;border:1px solid #ffcb00}.mobile-btn--outline:hover{background:#ffcb00;color:#fff}.mobile-menu__facebook{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#3a70a5;border-radius:6px}.mobile-menu__facebook img{width:20px}button-component{align-content:center}
page-banner .page-banner{margin-top:150px;position:relative;overflow:hidden;background-color:#e2eaf1}page-banner .page-banner .image{position:absolute;inset:0;z-index:1}page-banner .page-banner .image img{position:absolute;bottom:0;right:0;width:100%;height:auto;max-width:none}page-banner .page-banner .text{position:relative;z-index:3}page-banner section{background-color:hsla(0,0%,100%,0)}page-banner section .text{width:785px}page-banner section{padding:115px 0}page-banner .container{padding-left:250px;display:flex;padding-right:0px}page-banner .title{text-align:left;margin-bottom:30px;font-family:Arial;font-weight:700;font-size:60px;line-height:100%}page-banner .subtitle{margin-bottom:40px;font-weight:400;font-size:22px;line-height:140%}page-banner .flex_button{display:flex;gap:20px}page-banner .btn{border-radius:0;height:60px;align-content:center;text-transform:uppercase;padding:14px 24px;padding-right:49px;font-size:18px;font-weight:700;border-radius:7px}page-banner .btn::after{content:"";position:absolute;inline-size:18px;block-size:18px;margin-inline-start:8px;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M13.1434 1.85654C13.1434 1.30425 12.6957 0.856537 12.1434 0.856537L3.14337 0.856538C2.59109 0.856537 2.14337 1.30425 2.14337 1.85654C2.14337 2.40882 2.59109 2.85654 3.14337 2.85654L11.1434 2.85654L11.1434 10.8565C11.1434 11.4088 11.5911 11.8565 12.1434 11.8565C12.6957 11.8565 13.1434 11.4088 13.1434 10.8565L13.1434 1.85654ZM0.856445 13.1435L1.56355 13.8506L12.8505 2.56364L12.1434 1.85654L11.4363 1.14943L0.149339 12.4364L0.856445 13.1435Z'/%3E%3C/svg%3E") no-repeat center/100% 100%;aspect-ratio:1/1}@media screen and (max-width: 1800px){page-banner .container{padding-left:10vw}page-banner section{padding-top:100px}}@media screen and (max-width: 1024px){page-banner .container .flex-wrapper{flex-direction:column}page-banner .container .flex-wrapper .text{flex-shrink:0;max-width:100%}page-banner .container .flex-wrapper .image{max-width:100%;justify-content:center;flex-shrink:0;margin-top:-20px}page-banner .container .flex-wrapper .flex_button{gap:10px}page-banner .page-banner{margin-top:0}page-banner .title{font-size:42px}page-banner .subtitle{font-size:18px}page-banner .btn{height:50px;font-size:16px}page-banner .btn::after{inline-size:13px;block-size:13px}page-banner section{padding:50px 0}page-banner .container{padding-left:50px;padding-right:200px}}@media screen and (max-width: 768px){page-banner .title{margin-bottom:20px;font-size:32px}page-banner .subtitle{margin-bottom:25px;font-size:14px}page-banner .btn{padding:0 40px 0 24px;height:40px;font-size:14px}page-banner .btn::after{inline-size:12px;block-size:13px}}@media screen and (max-width: 650px){page-banner .container{padding-right:100px}}@media screen and (max-width: 500px){page-banner .container{padding:0 20px}page-banner .title{margin-bottom:15px;font-size:30px}page-banner .subtitle{margin-bottom:20px;font-size:16px}page-banner .btn{padding:0 32px 0 20px;height:30px;font-size:12px}page-banner .btn::after{inline-size:10px;block-size:13px}page-banner section{padding:25px 0}}@media screen and (max-width: 410px){page-banner .subtitle{font-size:15px}}@media screen and (max-width: 1024px){page-banner{margin-top:90px}}@media screen and (max-width: 800px){page-banner{background-size:150%}}@media screen and (max-width: 500px){page-banner{background-size:170%}}@media screen and (max-width: 380px){page-banner{height:115vw}}
get-in-touch-popup contact-form{background-color:rgba(0,0,0,0)}@keyframes loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}contact-form .error-text{margin-top:10px;font-size:12px;color:#ff7d7d;margin-top:4px;opacity:0;transition:opacity .2s ease}contact-form .error-input .error-text{opacity:1}contact-form .contact-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);background-image:linear-gradient(rgba(58, 112, 165, 0.5), rgba(58, 112, 165, 0.9)),url("/assets/images/form_background.png");background-size:cover;background-position:center;background-repeat:no-repeat;background-position:75% 90%;background-size:180%}contact-form .contact-form .custom-select{position:relative;width:100%}contact-form .contact-form .custom-select__trigger{position:relative;width:100%;height:50px;padding:7px 40px 7px 17px;border-radius:var(--input-border-radius);background:var(--input-bg-color);border:1px solid var(--input-border-color);cursor:pointer;font-size:14px;display:flex;align-items:center}contact-form .contact-form .custom-select__value{display:block;width:100%;padding-right:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}contact-form .contact-form .custom-select__trigger:not(.active){color:var(--input-placeholder-color)}contact-form .contact-form .custom-select__trigger .arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:10px;height:6px;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.98018 5.94387L0 8.70763e-07L9.96037 0L4.98018 5.94387Z' fill='%23545961' fill-opacity='0.7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;pointer-events:none;transition:transform .25s ease}contact-form .contact-form .custom-select span{text-align:left;position:static;color:inherit}contact-form .contact-form .custom-select__trigger .arrow{position:absolute;right:16px;top:50%;left:auto;bottom:auto;transform:translateY(-50%)}contact-form .contact-form .custom-select__trigger.active{color:var(--input-text-color)}contact-form .contact-form .custom-select__options{position:absolute;top:100%;left:0;width:100%;background:#fff;box-shadow:0px 2px 4px 0px rgba(0,0,0,.2509803922);border:1px solid var(--input-border-color);list-style:none;padding:6px 0;max-height:220px;overflow-y:auto;z-index:20;display:none}contact-form .contact-form .custom-select.open .custom-select__options{display:block}contact-form .contact-form .custom-select__options li{padding:3px 13px;cursor:pointer}contact-form .contact-form .custom-select__options li:hover{background:#f2f2f2}contact-form .contact-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}contact-form .contact-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}contact-form .contact-form .col-1{width:8.3333333333%}contact-form .contact-form .col-2{width:16.6666666667%}contact-form .contact-form .col-3{width:25%}contact-form .contact-form .col-4{width:33.3333333333%}contact-form .contact-form .col-5{width:41.6666666667%}contact-form .contact-form .col-6{width:50%}contact-form .contact-form .col-7{width:58.3333333333%}contact-form .contact-form .col-8{width:66.6666666667%}contact-form .contact-form .col-9{width:75%}contact-form .contact-form .col-10{width:83.3333333333%}contact-form .contact-form .col-11{width:91.6666666667%}contact-form .contact-form .col-12{width:100%}contact-form .contact-form form{width:100%;max-width:950px;margin-right:24px}contact-form .contact-form form .btn_wrapper{width:100%;padding-left:8px;padding-right:8px;padding-top:4px;display:flex;align-items:center;justify-content:center}contact-form .contact-form form .btn_wrapper .btn{font-size:16px;font-family:Arial,sans-serif}contact-form .contact-form form .btn_wrapper .btn:disabled{opacity:0}contact-form .contact-form form .form_wrap{display:flex;flex-wrap:wrap}contact-form .contact-form form .input-wrap{position:relative;padding:8px;flex:0 0 auto}contact-form .contact-form form input{font-family:var(--font-family);outline:none;border-radius:var(--input-border-radius);font-size:17px;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}contact-form .contact-form form input:hover,contact-form .contact-form form input:focus{border-color:var(--input-active-border-color)}contact-form .contact-form form input::placeholder{color:var(--input-placeholder-color)}contact-form .contact-form form input:-webkit-autofill,contact-form .contact-form form input:-webkit-autofill:hover,contact-form .contact-form form input:-webkit-autofill:focus,contact-form .contact-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)}contact-form .contact-form form input.error+.email-error,contact-form .contact-form form input.error+.phone-error{color:#ff7d7d}contact-form .contact-form form .email-error,contact-form .contact-form form .phone-error{font-size:12px;font-weight:400;line-height:120%}contact-form .contact-form form span{display:block;position:absolute;left:10px;bottom:-7px;transition:all .2s ease}contact-form .contact-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:17px;line-height:36px}contact-form .contact-form form textarea::placeholder{font-weight:300;font-size:14px;line-height:36px;color:var(--input-placeholder-color)}contact-form .contact-form form textarea{transition:all .2s ease}contact-form .contact-form form textarea:hover{border-color:var(--input-active-border-color)}contact-form .contact-form form .success_text{position:relative;top:-50px;color:rgba(0,0,0,0);transition:all .2s ease;display:none}contact-form .contact-form form.success .success_text{display:block;top:-12px;color:green}contact-form .contact-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}contact-form .contact-form .overflow .icon_wrapper{width:100%;padding-bottom:10px;margin-bottom:15px;display:flex;justify-content:center;border-bottom:solid 4px var(--accent-color)}contact-form .contact-form .overflow .icon_wrapper .icon{width:150px}contact-form .contact-form .overflow .icon_wrapper .icon svg{width:100%;height:auto}contact-form .contact-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}contact-form .contact-form .overflow .middle .bold{font-size:var(--h1-font-size);color:var(--accent-color)}contact-form .contact-form .overflow.success .icon{margin-left:10px}contact-form .contact-form .overflow.success .icon svg path{fill:var(--accent-color)}contact-form .contact-form .overflow.success .check_entity span:first-child{color:var(--accent-color)}contact-form .contact-form .overflow.success .check_entity.phone_entity{display:none}contact-form .contact-form .overflow.success .check_entity.phone_entity.provided{display:block}contact-form .contact-form .overflow.fail .icon svg path:nth-child(1){fill:var(--accent-color)}contact-form .contact-form .overflow.fail .icon svg path:nth-child(2){fill:#fff}contact-form .contact-form .overflow.fail .restart_button{width:50px;transform:scaleX(-1);transition:transform .4s ease-out;cursor:pointer}contact-form .contact-form .overflow.fail .restart_button svg{transition:all .4s ease-in-out}contact-form .contact-form .overflow.fail .restart_button svg circle{fill:var(--accent-color)}contact-form .contact-form .overflow.fail .restart_button:hover svg{transform:rotate(-180deg)}contact-form[data-in-popup] .contact-form{padding-top:0;padding-bottom:10px;margin-bottom:10px}contact-form[data-in-popup] .contact-form .overflow{box-shadow:none}contact-form[data-in-popup] .contact-form .overflow .icon{width:100px}contact-form[data-in-popup] .contact-form .overflow .bold{font-size:32px}contact-form.loading .btn_wrapper{position:relative}contact-form.loading .btn_wrapper button[type=submit]{opacity:0;transition:none;cursor:none}contact-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}contact-form.success .overflow.success{opacity:1;z-index:1}contact-form.fail .overflow.fail{opacity:1;z-index:1}@media screen and (max-width: 650px){contact-form .contact-form form .input-wrap{width:100%;padding:4px}contact-form .contact-form form .btn_wrapper .btn{width:100%}}popup-container[data-position=bottom-right] .popup_top{margin-bottom:10px}popup-container[data-position=bottom-right] contact-form .contact-form{padding-left:15px;padding-right:15px;padding-bottom:10px}popup-container[data-position=bottom-right] contact-form .contact-form .popup_text{margin-bottom:5px}popup-container[data-position=bottom-right] contact-form .contact-form .btn{width:100%;padding-top:15px;padding-bottom:15px}popup-container[data-position=bottom-right] contact-form .contact-form .success-overflow .bold{font-size:42px}popup-container[data-position=bottom-right] contact-form .contact-form .success-overflow .icon{width:100px}@media screen and (max-width: 400px){popup-container[data-position=bottom-right] contact-form .contact-form{padding:15px}popup-container[data-position=bottom-right] contact-form .contact-form .btn{padding:15px 20px}}@media screen and (max-width: 1800px){contact-form:not([data-in-popup]) .contact-form{padding-left:20vw !important;padding-right:20vw !important}}@media screen and (max-width: 1300px){contact-form:not([data-in-popup]) .contact-form{padding-left:10vw !important;padding-right:10vw !important}}@media screen and (max-width: 800px){contact-form:not([data-in-popup]) .contact-form{padding:30px 40px !important}contact-form .contact-form .like_title{font-size:32px !important}contact-form .contact-form .subtitle{font-size:18px !important}contact-form .contact-form form .btn_wrapper{gap:0 !important}}@media screen and (max-width: 400px){contact-form .contact-form form .btn_wrapper .btn{font-size:14px !important}}
small-grid-list.no-button .courses-grid-list{margin-bottom:0}small-grid-list section{padding:100px 50px}small-grid-list .container{text-align:center}small-grid-list .container .title{margin-bottom:25px}small-grid-list .container .description{padding:0 250px;font-size:20px;margin-bottom:20px}small-grid-list .courses-grid-list{padding:0;margin-bottom:50px}small-grid-list .flex_button{display:flex;gap:20px;justify-content:center}small-grid-list .flex_button .btn{text-transform:uppercase;padding:18px 36px;border-radius:7px;font-size:18px;line-height:100%;background-color:#fff;color:#3a70a5}small-grid-list .flex_button .btn:hover{background-color:#3a70a5;color:#fff}@media screen and (max-width: 1600px){small-grid-list courses-grid-list .courses__item{max-width:calc(33.3333333333vw - 50px)}small-grid-list courses-grid-list .course img{height:calc(25vw - 120px)}small-grid-list courses-grid-list .courses__list{grid-template-columns:repeat(3, 1fr)}small-grid-list courses-grid-list .course__title{font-size:1.1764705882vw}small-grid-list courses-grid-list .course__info{height:5vw}}@media screen and (max-width: 1400px){small-grid-list .container .description{padding:0 150px}}@media screen and (max-width: 1024px){small-grid-list .container .description{padding:0 25px}small-grid-list .container .title{font-size:36px}small-grid-list .container .description{font-size:16px}small-grid-list courses-grid-list .courses__list{gap:10px}small-grid-list section{padding:50px}}@media screen and (max-width: 800px){small-grid-list .container{padding:0}small-grid-list .container .title{font-size:28px !important}small-grid-list .container .description{font-size:18px}small-grid-list .courses-grid-list{margin-bottom:25px}small-grid-list .flex_button .btn{padding:10px 16px;font-size:16px}small-grid-list section{padding:20px}small-grid-list courses-grid-list .courses__item{max-width:max-content}}@media screen and (max-width: 800px){small-grid-list .container .title{font-size:24px;margin-bottom:15px}small-grid-list .container .description{font-size:16px}small-grid-list courses-grid-list .course__title{font-size:10px}small-grid-list courses-grid-list .course img{height:100%}small-grid-list .courses-grid-list{margin-bottom:15px}small-grid-list .flex_button .btn{font-size:12px;padding:8px 12px}small-grid-list courses-grid-list .course__info{height:50px}small-grid-list courses-grid-list .course img{width:100%}small-grid-list .container{display:flex;flex-direction:column;align-items:center}}@media screen and (max-width: 500px){small-grid-list courses-grid-list .courses__list{grid-template-columns:repeat(1, 1fr)}small-grid-list courses-grid-list .course__info{height:70px}small-grid-list courses-grid-list .course__title{font-size:16px}}
custom-slider section{padding:100px 200px}custom-slider courses-grid-list section{display:flex;align-items:center;height:100%;padding:50px 50px 50px 0px;border-top-right-radius:20px;border-bottom-right-radius:20px}custom-slider courses-grid-list .courses__list{gap:30px;grid-template-columns:repeat(2, minmax(355px, 1fr))}custom-slider courses-grid-list .course__title{font-size:15px}custom-slider courses-grid-list .course img{max-height:185px}custom-slider courses-grid-list .courses__item{justify-self:auto;width:auto}custom-slider .slide{display:flex;padding:50px;border-radius:20px;user-select:none;background-color:var(--accent-color)}custom-slider .slide h4{margin-top:30px}custom-slider .slide a{text-decoration:underline;color:#3a70a5}custom-slider .slide__image{height:100%}custom-slider .slide__right{width:100%}custom-slider .slide__right img{width:100%;height:100%;object-fit:cover}custom-slider .slide__text{max-width:550px;padding:50px 40px;background-color:#fff;border-bottom-left-radius:20px;border-top-left-radius:20px}custom-slider h2{font-weight:700;font-size:40px;color:var(--accent-color);margin-bottom:20px}custom-slider h4{color:var(--text-color);font-weight:700;font-size:16px;line-height:140%}custom-slider li{font-weight:400;font-size:16px;line-height:140%;color:var(--text-color)}custom-slider li span{font-weight:700}custom-slider ul{list-style:disc;margin-left:20px;margin-bottom:20px}custom-slider .swiper-pagination{position:unset}custom-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,custom-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{border-radius:0;width:14px;height:14px}custom-slider .swiper-horizontal>.swiper-pagination-bullets,custom-slider .swiper-pagination-bullets.swiper-pagination-horizontal,custom-slider .swiper-pagination-custom,custom-slider .swiper-pagination-fraction{margin-top:15px}custom-slider .swiper-pagination-bullet-active{background-color:var(--accent-color)}custom-slider .swiper-backface-hidden .swiper-slide{align-self:flex-end}custom-slider button-component .btn{padding:17px 25px;letter-spacing:.03em;border-radius:0;font-weight:600;text-transform:uppercase;justify-self:center;max-width:250px}@media screen and (max-width: 1800px){custom-slider courses-grid-list .courses__list{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 1500px){custom-slider .slide{display:block}custom-slider .slide__text{width:100%;max-width:unset;border-bottom-left-radius:0;border-top-right-radius:20px}custom-slider .slide__right .slide__image img{border-bottom-right-radius:20px;border-bottom-left-radius:20px;border-top-right-radius:0px}custom-slider courses-grid-list section{padding:20px;border-top-right-radius:0;border-bottom-left-radius:20px}}@media screen and (max-width: 1400px){custom-slider section{padding:100px}}@media screen and (max-width: 1024px){custom-slider courses-grid-list .courses__list{grid-template-columns:repeat(4, 150px);gap:20px}custom-slider courses-grid-list .course img{max-height:100px}custom-slider courses-grid-list .course__title{font-size:12px}custom-slider section{padding:50px}custom-slider courses-grid-list .course__info{height:50px !important}custom-slider .container{padding:0}custom-slider .slide__text{padding:30px 40px}}@media(max-width: 1000px){custom-slider courses-grid-list section{display:block}custom-slider courses-grid-list .courses__list{display:flex;gap:0}custom-slider courses-grid-list .swiper-slide{flex-shrink:0}custom-slider>.swiper .swiper-slide{align-self:flex-end}custom-slider h2{font-size:32px}custom-slider .slide__text p{font-size:16px}custom-slider courses-grid-list .course img{max-height:200px}}@media(max-width: 800px){custom-slider .slide__text{padding:20px}custom-slider .slide{padding:35px}custom-slider .slide__right img{height:100%}}@media(max-width: 700px){custom-slider section{padding:20px}}@media(max-width: 500px){custom-slider courses-grid-list .course img{height:120px}custom-slider h2{font-size:28px}custom-slider .slide__text p{font-size:14px}custom-slider li{font-size:14px}custom-slider button-component .btn{font-size:12px;padding:12px 14px}custom-slider .slide{padding:20px}custom-slider .slide{min-height:unset}}
courses-grid-list section{padding-bottom:40px}courses-grid-list .courses__list{display:grid;justify-self:center;max-width:1420px;grid-template-columns:repeat(auto-fill, minmax(445px, 1fr));gap:40px}courses-grid-list .courses__item{display:block;justify-self:center;width:100%;max-width:445px;border-radius:8px;transition:transform .35s cubic-bezier(0.22, 1, 0.36, 1),box-shadow .35s cubic-bezier(0.22, 1, 0.36, 1)}courses-grid-list .courses__item:hover{transform:scale(1.03);box-shadow:0px 10px 25px rgba(0,0,0,.2)}courses-grid-list .courses .cta-item{max-width:445px;display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:#3a70a5;border-radius:8px}courses-grid-list .course img{width:-webkit-fill-available;height:280px;border-top-left-radius:8px;border-top-right-radius:8px}courses-grid-list .course__info{display:flex;justify-content:center;align-items:center;width:100%;height:100%;height:85px;background-color:#3a70a5;border-bottom-left-radius:8px;border-bottom-right-radius:8px}courses-grid-list .course__title{color:#fff;font-size:22px;font-weight:700;text-align:center;padding:0 15px;text-transform:uppercase}courses-grid-list .flex_button{display:flex;gap:20px;justify-content:center}courses-grid-list .flex_button .btn{text-transform:uppercase;border:2px solid #fff !important;padding:30px 74px 30px 48px;border-radius:7px;font-size:22px;line-height:100%}courses-grid-list .flex_button .btn::after{content:"";position:absolute;inline-size:18px;block-size:18px;margin-inline-start:10px;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M13.1434 1.85654C13.1434 1.30425 12.6957 0.856537 12.1434 0.856537L3.14337 0.856538C2.59109 0.856537 2.14337 1.30425 2.14337 1.85654C2.14337 2.40882 2.59109 2.85654 3.14337 2.85654L11.1434 2.85654L11.1434 10.8565C11.1434 11.4088 11.5911 11.8565 12.1434 11.8565C12.6957 11.8565 13.1434 11.4088 13.1434 10.8565L13.1434 1.85654ZM0.856445 13.1435L1.56355 13.8506L12.8505 2.56364L12.1434 1.85654L11.4363 1.14943L0.149339 12.4364L0.856445 13.1435Z'/%3E%3C/svg%3E") no-repeat center/100% 100%;aspect-ratio:1/1}@media screen and (max-width: 1900px){courses-grid-list section{padding:40px 0 40px}courses-grid-list .courses__list{display:grid;max-width:1420px;margin:0 auto;grid-template-columns:repeat(3, minmax(260px, auto));gap:40px}courses-grid-list .course img{height:max-content}courses-grid-list .course__title{font-size:18px}}@media screen and (max-width: 1024px){courses-grid-list .courses__list{grid-template-columns:repeat(2, minmax(360px, auto))}courses-grid-list .course img{height:280px}}@media screen and (max-width: 850px){courses-grid-list .courses__list{grid-template-columns:repeat(2, minmax(240px, auto))}courses-grid-list .course img{height:190px}}@media screen and (max-width: 550px){courses-grid-list .courses__list{grid-template-columns:repeat(2, 200px)}courses-grid-list .course img{height:140px}courses-grid-list .course__info{height:60px}courses-grid-list .course__title{font-size:14px}courses-grid-list .courses__list{gap:30px}courses-grid-list{margin:0}courses-grid-list .flex_button .btn{font-size:14px;padding:20px 25px}courses-grid-list .flex_button .btn::after{inline-size:12px;block-size:12px;margin-inline-start:5px}}@media screen and (max-width: 470px){courses-grid-list .courses__list{grid-template-columns:repeat(2, 180px)}courses-grid-list .course img{height:120px}courses-grid-list .course__info{height:60px}courses-grid-list .courses__list{gap:25px}}@media screen and (max-width: 410px){courses-grid-list .courses__list{grid-template-columns:repeat(1, auto)}courses-grid-list .course img{height:220px}courses-grid-list .course__info{height:80px}courses-grid-list .course__title{font-size:16px}courses-grid-list .cta-item{background-color:rgba(0,0,0,0) !important}courses-grid-list .flex_button .btn{padding-right:35px}}
remote-learn-banner section{background-color:#ecf1f6}remote-learn-banner .container{display:flex;justify-content:center}remote-learn-banner{background:var(--bg-color)}remote-learn-banner h2{margin-bottom:24px}remote-learn-banner .subtitle{font-size:20px;margin-bottom:22px}remote-learn-banner.reverse .flex-wrapper{flex-direction:row-reverse}remote-learn-banner .flex-wrapper{gap:40px}remote-learn-banner .after-text{margin-bottom:20px}remote-learn-banner .sublist{margin-bottom:30px}remote-learn-banner .sublist p{margin-bottom:10px;font-weight:600}remote-learn-banner ul{display:flex;flex-direction:column;justify-content:space-between;list-style:disc;margin-left:30px}remote-learn-banner li{font-size:20px;color:var(--text-color)}remote-learn-banner .left,remote-learn-banner .right{max-width:690px;max-height:545px;width:calc(50% - 10px)}remote-learn-banner .left .content>*:not(:last-child),remote-learn-banner .right .content>*:not(:last-child){color:var(--text-color);margin-bottom:50px}remote-learn-banner .left img,remote-learn-banner .right img{width:100%;height:100%}remote-learn-banner .banner_list{display:grid;grid-template-columns:repeat(2, 1fr);font-size:20px;padding-left:10px;gap:18px;list-style:disc;margin-left:20px;color:#545961}remote-learn-banner .banner_list li:last-child{margin-bottom:0}remote-learn-banner .banner_list li a{color:#545961}remote-learn-banner .banner_list li a:hover{color:#3a70a5;text-decoration:none}remote-learn-banner .buttons{display:flex;align-items:center;gap:20px}remote-learn-banner .btn{width:300px;border-radius:7px;text-transform:uppercase;padding:18px 52px 18px 32px;padding-right:55px;line-height:100%;font-size:18px;font-weight:700;margin-top:55px;background-color:#fff;color:#3a70a5}remote-learn-banner .btn:hover{background-color:#3a70a5;color:#fff}remote-learn-banner .btn::after{content:"";position:absolute;inline-size:18px;block-size:18px;margin-inline-start:13px;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M13.1434 1.85654C13.1434 1.30425 12.6957 0.856537 12.1434 0.856537L3.14337 0.856538C2.59109 0.856537 2.14337 1.30425 2.14337 1.85654C2.14337 2.40882 2.59109 2.85654 3.14337 2.85654L11.1434 2.85654L11.1434 10.8565C11.1434 11.4088 11.5911 11.8565 12.1434 11.8565C12.6957 11.8565 13.1434 11.4088 13.1434 10.8565L13.1434 1.85654ZM0.856445 13.1435L1.56355 13.8506L12.8505 2.56364L12.1434 1.85654L11.4363 1.14943L0.149339 12.4364L0.856445 13.1435Z'/%3E%3C/svg%3E") no-repeat center/100% 100%;aspect-ratio:1/1}remote-learn-banner .additional{background-color:#fb0;border:1px solid #fb0 !important;color:#fff;border-radius:7px}remote-learn-banner .additional:hover{background-color:#fff;border:1px solid #fb0 !important;color:#fb0}@media screen and (max-width: 1918px){remote-learn-banner section{padding:40px 200px}remote-learn-banner .btn{margin-top:25px}remote-learn-banner section .subtitle{margin-bottom:25px}}@media screen and (max-width: 1875px){remote-learn-banner .btn{margin-top:25px}remote-learn-banner section .subtitle{margin-bottom:25px}}@media screen and (max-width: 1600px){remote-learn-banner .flex-wrapper{flex-direction:column}remote-learn-banner .left,remote-learn-banner .right{width:100%;max-width:70vw}remote-learn-banner .left{text-align:center}remote-learn-banner li{width:fit-content}remote-learn-banner .banner_list{grid-template-columns:repeat(2, 180px)}remote-learn-banner ul{flex-direction:column;justify-content:space-around}remote-learn-banner .sublist{display:flex;flex-direction:column;align-items:center}remote-learn-banner .buttons{justify-content:center}}@media screen and (max-width: 1024px){remote-learn-banner section{padding:10px 40px}remote-learn-banner h2{font-size:36px}remote-learn-banner .subtitle{font-size:18px}remote-learn-banner .sublist p{font-size:18px}remote-learn-banner li{font-size:18px}remote-learn-banner .right img{object-fit:cover}remote-learn-banner .right{height:fit-content}}@media screen and (max-width: 850px){remote-learn-banner .left{padding:20px;max-width:80vw;z-index:1}remote-learn-banner .right{max-width:80vw;height:500px;z-index:0}remote-learn-banner .flex-wrapper{display:flex;align-items:center;width:100%}remote-learn-banner .container{padding:0}remote-learn-banner .buttons{flex-direction:column}remote-learn-banner h2{font-size:28px}remote-learn-banner .subtitle{font-size:16px !important}remote-learn-banner .sublist p{font-size:16px}remote-learn-banner li{font-size:16px}remote-learn-banner .after-text{font-size:16px}remote-learn-banner .banner_list{margin-left:0}}@media screen and (max-width: 650px){remote-learn-banner h2{font-size:26px;margin-bottom:10px}remote-learn-banner .subtitle{font-size:16px;margin-bottom:10px}remote-learn-banner .sublist p{font-size:14px}remote-learn-banner li{font-size:14px}remote-learn-banner .after-text{font-size:14px}remote-learn-banner .left{padding:20px 10px}remote-learn-banner .right{height:430px}remote-learn-banner .banner_list{grid-template-columns:repeat(2, 130px)}remote-learn-banner .btn{font-size:16px;padding:16px 52px 16px 32px}remote-learn-banner .left,remote-learn-banner .right{max-width:90vw}remote-learn-banner .buttons{gap:0}}@media screen and (max-width: 420px){remote-learn-banner .left,remote-learn-banner .right{max-height:fit-content}remote-learn-banner .flex-wrapper{gap:0}}
home-counter-2{background:var(--bg-color)}home-counter-2 section{background-color:#ecf1f6}home-counter-2 h2{margin-bottom:25px;text-align:left;font-size:42px}home-counter-2 .subtitle{font-size:20px}home-counter-2 h4{font-size:20px;color:#545961 !important}home-counter-2 .list ul li{font-size:20px;color:#545961 !important}home-counter-2.reverse .flex-wrapper{flex-direction:row-reverse}home-counter-2 .flex-wrapper{gap:50px}home-counter-2 .left,home-counter-2 .right{width:calc(50% - 10px)}home-counter-2 .left .content>*:not(:last-child),home-counter-2 .right .content>*:not(:last-child){color:var(--text-color);margin-bottom:50px}home-counter-2 .left image-component{display:block;height:100%}home-counter-2 .left image-component picture{display:block;height:100%}home-counter-2 .left image-component picture img{object-fit:cover;height:100%;width:auto}home-counter-2 .right{display:flex;flex-direction:column;justify-content:space-between}home-counter-2 .banner_list li{margin-bottom:25px}home-counter-2 .banner_list li:last-child{margin-bottom:0}home-counter-2 .list{margin-top:20px}home-counter-2 .list h4{color:var(--h-color);margin-bottom:8px;font-weight:600}home-counter-2 .list ul{padding-left:20px;list-style:disc}home-counter-2 .list ul li{color:var(--h-color);margin-bottom:6px;line-height:1.5}home-counter-2 .buttons{display:flex;align-items:center;gap:20px}home-counter-2 .buttons .btn{text-transform:uppercase;padding:16px 30px;padding-right:49px;border-radius:7px;font-size:16px;font-weight:700;margin-top:25px}home-counter-2 .buttons .btn::after{content:"";position:absolute;inline-size:18px;block-size:18px;margin-inline-start:8px;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M13.1434 1.85654C13.1434 1.30425 12.6957 0.856537 12.1434 0.856537L3.14337 0.856538C2.59109 0.856537 2.14337 1.30425 2.14337 1.85654C2.14337 2.40882 2.59109 2.85654 3.14337 2.85654L11.1434 2.85654L11.1434 10.8565C11.1434 11.4088 11.5911 11.8565 12.1434 11.8565C12.6957 11.8565 13.1434 11.4088 13.1434 10.8565L13.1434 1.85654ZM0.856445 13.1435L1.56355 13.8506L12.8505 2.56364L12.1434 1.85654L11.4363 1.14943L0.149339 12.4364L0.856445 13.1435Z'/%3E%3C/svg%3E") no-repeat center/100% 100%;aspect-ratio:1/1}home-counter-2 .counters{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;gap:var(--gap)}home-counter-2 .counters .counter_item{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:center;max-width:calc((100% - var(--gap)*(var(--items-in-row) - 1))/var(--items-in-row))}home-counter-2 .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}home-counter-2 .counters .counter_item .counter_num{color:#3a70a5;word-break:keep-all}home-counter-2 .counters .counter_item .counter_symbol{color:inherit;word-break:keep-all}home-counter-2 .counters .counter_item .counter_bottom{text-align:center;font-size:var(--text-font-size);line-height:140%;color:var(--text-color);text-transform:uppercase}home-counter-2 .counters .counter_item:nth-child(3) .counter_bottom{width:min-content;text-align:start}@media screen and (max-width: 1900px){section{padding:5vw}}@media screen and (max-width: 1500px){home-counter-2 h2{font-size:36px}}@media screen and (max-width: 1024px){home-counter-2.reverse .flex-wrapper,home-counter-2 .flex-wrapper{flex-direction:column-reverse}home-counter-2 .left,home-counter-2 .right{width:100%}home-counter-2 .right{display:flex;justify-content:center}}@media screen and (max-width: 800px){home-counter-2 h2{font-size:28px}home-counter-2 ul li{font-size:18px !important}home-counter-2 .subtitle{font-size:18px}home-counter-2 .list h4{font-size:18px}}@media screen and (max-width: 600px){home-counter-2 .buttons{flex-direction:column;align-items:initial}home-counter-2 .buttons .btn{text-align:center}}
our-stats{background:var(--bg-color)}our-stats .container{display:flex;align-items:center;justify-content:space-between}our-stats section{display:flex;min-height:200px;padding:0 250px;background-color:var(--accent-color)}our-stats .title{color:#fff;white-space:break-spaces;font-weight:700;font-size:42px;line-height:100%;letter-spacing:0%}our-stats .counters{width:100%;max-width:800px;display:flex;justify-content:space-around;flex-wrap:wrap;gap:var(--gap)}our-stats .counters .counter_item{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:center;max-width:calc((100% - var(--gap)*(var(--items-in-row) - 1))/var(--items-in-row))}our-stats .counters .counter_item .counter_top{display:flex;width:max-content;font-size:54px;font-weight:700;line-height:120%;color:var(--h-color);margin-bottom:10px}our-stats .counters .counter_item .counter_num{color:#fff;word-break:keep-all}our-stats .counters .counter_item .counter_symbol{color:inherit;word-break:keep-all}our-stats .counters .counter_item .counter_bottom{max-width:100px;text-align:start;font-size:18px;line-height:140%;color:#fff;text-transform:uppercase}our-stats .counters .counter_item:nth-child(3) .counter_bottom{width:min-content;text-align:start}@media screen and (max-width: 1700px){our-stats section{padding:0 100px}our-stats .container{padding:0}}@media screen and (max-width: 1400px){our-stats section{padding:30px 100px}our-stats .container{flex-direction:column}our-stats .title{margin-bottom:30px}our-stats .counters .counter_item .counter_bottom{white-space:nowrap}our-stats .counters .counter_item .counter_bottom{max-width:unset !important}our-stats .counters .counter_item{align-items:center !important}our-stats .title{text-align:center}}@media screen and (max-width: 650px){our-stats .title{font-size:26px !important}our-stats .counters .counter_item .counter_num{font-size:32px !important}our-stats .counters .counter_item .counter_top{margin-bottom:0 !important}our-stats section{padding:20px !important}}@media screen and (max-width: 1024px){our-stats.reverse .flex-wrapper,our-stats .flex-wrapper{flex-direction:column-reverse}our-stats .left,our-stats .right{width:100%}our-stats .right{display:flex;justify-content:center}our-stats section{padding:30px 50px}our-stats .title{font-size:28px}our-stats .counters .counter_item .counter_bottom{font-size:16px}our-stats .counters .counter_item .counter_num{font-size:42px}}@media screen and (max-width: 600px){our-stats .buttons{flex-direction:column;align-items:initial}our-stats .buttons .btn{text-align:center}our-stats .title{margin-bottom:15px}our-stats .counters{flex-direction:column}}
why-choose-us{--bg: #ECF1F6;--card-bg: #fff;--card-bd: #3A70A5;--accent: #4FA53A;--title: #3B3D40;--text: #3A70A5;background:var(--bg)}why-choose-us .why-choose-us{background-color:#ecf1f6;padding:100px 250px 120px}why-choose-us h2{color:var(--title);text-align:center;font-size:clamp(24px,5.2vw,42px);line-height:1.15;margin:0 0 clamp(18px,3vw,28px);margin-bottom:85px}why-choose-us .reasons{display:grid;row-gap:clamp(10px,2.2vw,40px);column-gap:clamp(10px,2.2vw,20px);grid-template-columns:repeat(3, minmax(0, 1fr));max-width:1380px;margin:0 auto;padding:0;list-style:none}why-choose-us .reason{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;background:var(--card-bg);padding:clamp(12px,2.2vw,10px) clamp(14px,2.4vw,10px)}why-choose-us .reason__icon{max-width:460px;max-height:75px;inline-size:50px;block-size:50px;border-radius:50%;background:var(--accent);display:grid;place-items:center}why-choose-us .reason__icon::after{content:"";inline-size:45px;block-size:45px;background-color:#fff;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M9.55 17.1 4.9 12.45l1.4-1.4 3.25 3.25L17.7 6.15l1.4 1.4z'/%3E%3C/svg%3E") no-repeat center/100% 100%;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M9.55 17.1 4.9 12.45l1.4-1.4 3.25 3.25L17.7 6.15l1.4 1.4z'/%3E%3C/svg%3E") no-repeat center/100% 100%}why-choose-us .reason__text{color:var(--block-primary-text-color);font-size:clamp(14px,1.5vw,16px);line-height:1.35;font-weight:700}@media(max-width: 1600px){why-choose-us .why-choose-us{padding:100px 100px 120px}why-choose-us h2{font-size:36px}}@media(max-width: 1100px){why-choose-us .reasons{grid-template-columns:repeat(2, minmax(0, 1fr))}why-choose-us .why-choose-us{padding:50px 60px 70px}why-choose-us h2{margin-bottom:40px}}@media(max-width: 800px){why-choose-us h2{font-size:30px}}@media(max-width: 640px){why-choose-us h2{font-size:28px}why-choose-us .reasons{grid-template-columns:1fr}why-choose-us .why-choose-us{padding:50px 20px}}
footer .container{display:flex;justify-content:space-around;padding:40px 250px 40px 250px}footer .footer__left{max-width:600px}footer .footer__logo{max-width:220px;height:70px}footer .footer__logo img{width:100%;height:100%}footer .footer__description{font-size:18px;margin-top:18px;margin-bottom:30px}footer .footer__right{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:135px;row-gap:30px;max-width:735px}footer .footer__right .section-info__title{font-size:18px;font-weight:700;line-height:100%;text-transform:uppercase;color:#3a70a5;margin-bottom:12px}footer .footer__right .section-info .item__address,footer .footer__right .section-info .item__hours{font-size:18px;line-height:140%}footer .footer__right .section-info .item__phone,footer .footer__right .section-info .item__email{font-size:18px;line-height:100%}footer .footer__right .section-info .item__phone:hover,footer .footer__right .section-info .item__email:hover,footer .footer__right .section-info .item__address:hover{cursor:pointer;color:#3a70a5}footer .footer__right .section-info .item__phone{margin-bottom:10px}footer .footer__right .section-info .item__email,footer .footer__right .section-info .item__address{color:#545961}footer .footer__credits{display:flex;justify-content:center;align-items:center;gap:4px;width:100%;height:100%;background-color:#275380;height:60px}footer .footer__copyright,footer .footer__link{font-size:15px;line-height:100%;letter-spacing:0%;text-align:center;vertical-align:middle;text-decoration:none;color:#fff;transition:all .2s ease}footer .footer__link:hover{color:#c9a24d}@media screen and (max-width: 1920px){footer .container{justify-content:space-between}}@media screen and (max-width: 1800px){footer .container{padding:40px 100px}}@media screen and (max-width: 1600px){footer .footer__right{column-gap:50px}}@media screen and (max-width: 1500px){footer .footer__left{max-width:450px}footer .footer__right{column-gap:30px}}@media screen and (max-width: 1300px){footer .container{padding:40px 50px}footer .footer__right{grid-template-columns:repeat(2, auto)}footer .footer__left{max-width:400px}}@media screen and (max-width: 1024px){footer .container{align-items:center;flex-direction:column;gap:30px;padding:40px 50px}footer .footer__left{display:flex;flex-direction:column;align-items:start;max-width:100%}footer .footer__right{grid-template-columns:repeat(2, minmax(150px, auto))}footer .footer__logo{justify-self:center}footer .footer__description{text-align:start}footer .social{display:flex;justify-self:center}footer .social__item{align-self:center;justify-self:center}}@media screen and (max-width: 520px){footer .footer__right{grid-template-columns:repeat(1, auto)}footer .footer__right .section-info .item__email,footer .footer__right .section-info .item__address{font-size:16px}footer .footer__right .section-info .item__phone{font-size:16px}footer .footer__right .section-info .item__address,footer .footer__right .section-info .item__hours{font-size:16px}footer .container{padding:40px 30px}footer .container{align-items:start}}
