@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;src:url("../fonts/MaterialIcons.woff2") format("woff2")}.mi{font-family:"Material Icons";font-weight:normal;font-style:normal;font-size:1em;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.scrollTop{background:#004e7e;border-radius:8px;width:55px;height:55px;bottom:5px;right:5px;margin-left:-50px;transition:none;overflow:hidden;position:relative;transition:background .3s ease}.scrollTop::before{display:block;content:"";position:absolute;width:30px;height:30px;top:50%;left:50%;transform:translate(-50%, -50%);background:url(../img/up.svg) no-repeat center center;background-size:contain}.scrollTop:hover{background:#3089bf}.gallery{margin:35px 0}.gallery h3{color:#004e7e;text-align:center}.gallery__list{display:grid;grid-gap:10px;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));grid-auto-flow:dense}.gallery__list div{display:flex;justify-content:center;align-items:center}.gallery__list div img{width:100%;height:100%;object-fit:cover;border-radius:10px;border:2px solid #f7fafc;max-width:100%;vertical-align:middle;display:inline-block;background-color:#f7fafc}.gallery__list .horizontal{grid-column:span 2;max-height:350px}.gallery__list .vertical{grid-row:span 2}.gallery__list .big{grid-column:span 2;grid-row:span 2}.gallery__list .square{grid-column:span 1;grid-row:span 1;max-height:350px}@media(max-width: 700px){.gallery__list{grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))}}@font-face{font-family:"Roboto";src:url("../fonts/Roboto-Regular.ttf")}@font-face{font-family:"Roboto";font-weight:bold;src:url("../fonts/Roboto-Bold.ttf")}@font-face{font-family:"Roboto";font-style:italic;src:url("../fonts/Roboto-Italic.ttf")}:root{font-size:16px}*{box-sizing:border-box;font-family:"Roboto",sans-serif}body{display:flex;flex-direction:column;min-height:100vh;padding:0;margin:0;overflow-x:hidden;overflow-y:scroll}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 10px}body>header{background:#fff;box-shadow:0 4px 10px 0 rgba(23,170,224,.5019607843);z-index:1}body>header .container{display:flex;align-items:center;justify-content:space-between;gap:30px}body>header nav ul{margin:0;padding:0;list-style:none}body>header nav ul::after{content:"";display:table;clear:both}body>header nav a{text-decoration:none;display:block;transition:.3s linear}body>header nav li:hover>.submenu{transform:rotateX(0deg);visibility:visible;opacity:1}.topmenu{display:flex}.topmenu>li{position:relative;transition:background .3s ease}.topmenu>li:hover{background:#f4faff}.topmenu>li>a,.topmenu>li>span{display:block;padding:30px 10px;font-size:1.05em;text-transform:uppercase;color:#004e7e;letter-spacing:2px;cursor:pointer;white-space:nowrap}.topmenu>li>a::after,.topmenu>li>span::after{content:"";display:block;position:absolute;background:rgba(0,0,0,0);top:0;width:80%;height:.4rem;left:50%;transform:translateX(-50%);transition:background .3s ease}.topmenu>li>a.active::after,.topmenu>li>span.active::after{background:#004e7e}.topmenu>li>a span,.topmenu>li>span span{position:absolute;bottom:0;left:50%;font-size:1.3em;transform:translateX(-50%)}@media(max-width: 1000px){.topmenu>li>a,.topmenu>li>span{letter-spacing:0}}.submenu a:hover{background:rgba(48,137,192,.1)}.submenu{position:absolute;z-index:5;min-width:200px;background:#fff;visibility:hidden;opacity:0;transform-origin:0% 0%;transform:rotateX(-90deg);transition:transform .3s linear;white-space:nowrap;border-radius:0 0 10px 10px;background:#f4faff}.submenu li{position:relative}.submenu li a{color:#004e7e;padding:20px;font-size:1em;transition:.3s linear}.submenu .submenu{position:absolute;left:100%;top:-1px;transition:transform .3s linear}.menu-button{display:none;padding:0 10px}.menu-icon-wrapper{width:24px;height:24px;display:flex;justify-content:center;align-items:center}.menu-icon-wrapper:focus{outline:none}.menu-icon{position:relative;width:24px;height:3px;background-color:#004e7e}.menu-icon::before,.menu-icon::after{position:absolute;width:24px;height:3px;content:"";background-color:#004e7e;transition:transform .2s ease-in,top .2s linear .2s}.menu-icon::before{left:0;top:-7px}.menu-icon::after{left:0;top:7px}.topmenu__wrapper.open .menu-icon{background-color:rgba(0,0,0,0)}.topmenu__wrapper.open .menu-icon::before{transform:rotate(45deg);top:0;transition:top .2s linear,transform .2s ease-in .2s}.topmenu__wrapper.open .menu-icon::after{transform:rotate(-45deg);top:0;transition:top .2s linear,transform .2s ease-in .2s}@media(max-width: 850px){.menu-button{display:block}.links-left{transform-origin:left center;left:0}.links-right{transform-origin:right center;right:0}.links{position:fixed;top:0;bottom:0;height:100vh;min-width:min(350px,100%);background-color:#f7fafc;z-index:1;transform:scaleX(0);transition:transform .5s ease;padding:10px 0}.links .topmenu{flex-direction:column}.links .topmenu>li>a,.links .topmenu>li>span{position:relative;padding:10px;padding-left:15px;padding-right:calc(1.3em + 20px)}.links .topmenu>li>a::after,.links .topmenu>li>span::after{top:0;bottom:0;width:5px;height:initial;left:0;transform:none}.links .topmenu>li>a span,.links .topmenu>li>span span{top:50%;left:initial;right:10px;transform:translateY(-50%)}.links .topmenu li.open>.submenu{display:block;opacity:1}.links .topmenu li .submenu{display:none;position:static;transform:none;visibility:initial;border-radius:0}.links .topmenu li .submenu a{padding:10px 15px;padding-left:35px}.topmenu__wrapper.open>.links{transform:scaleX(1)}}.logo{display:block;background:url(../img/logo.svg) no-repeat;width:320px;height:44px;margin:18px 0;background-size:contain;background-position:center}main{flex-grow:1}main .container{position:relative}main.large{display:flex;flex-direction:column}main.large .container{flex-grow:1;min-height:650px}main.linear-bg{background:linear-gradient(#0185FF, #46CCFF)}main.partners{position:relative}main.partners::before{z-index:-1;position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:url("../img/partners.webp") no-repeat;background-position:center;background-size:cover;opacity:.2}main .info{line-height:1.6em}@media(max-width: 1000px){main .info{line-height:1.2em}}main .info.m-t{margin-top:15px}main .info a{color:#1b86ad;text-decoration:none}main .info a:hover{text-decoration:underline}main .info h1,main .info h2,main .info h3,main .info h4{color:#004e7e}main .info img{max-width:100%;height:initial}main .info hr{padding:0;height:0;border:none;border-top:1px solid var(--general-color3);margin:20px 0;clear:both}main .info video{max-width:100%;background:#000}main .info .justifyleft{float:left;margin-right:15px}@media(max-width: 700px){main .info .justifyleft{margin-right:0;float:initial}}main .info .justifyright{float:right;margin-left:15px}@media(max-width: 700px){main .info .justifyright{margin-left:0;float:initial}}body>footer{margin-top:auto;padding:20px 0;border-top:1px solid rgba(23,170,224,.5019607843)}body>footer .container{background:#fff}body>footer .copyright{text-align:center;color:#777}body>footer .socials{display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:10px}.main-services{position:absolute;top:0;right:0;bottom:0;left:0;min-height:650px;display:grid;grid-template-columns:repeat(4, 1fr);justify-content:center;place-items:center;align-items:center;padding:20px;gap:40px}@media(max-width: 1000px){.main-services{gap:20px}}@media(max-width: 1000px){.main-services{grid-template-columns:repeat(2, 1fr)}.main-services .main-service{height:100%}}@media(max-width: 500px){.main-services{grid-template-columns:repeat(1, 1fr)}}.main-service{position:relative;max-width:315px;width:100%;height:80%;overflow:hidden;border:2px solid #fff}.main-service:hover .main-service__foto{transform:scale(1.05)}.main-service__foto{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.main-service__text{display:flex;justify-content:center;align-items:center;position:absolute;bottom:0;left:0;min-height:4em;width:100%;text-align:center;background:linear-gradient(180deg, rgba(14, 81, 124, 0.7803921569) 0%, rgba(14, 106, 168, 0.7803921569) 35.99%, rgba(14, 150, 247, 0.7803921569) 100%);color:#fff;font-size:1.4em}@media(max-width: 1100px){.main-service__text{font-size:1em}}.contacts{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, 1fr);padding:20px}@media(max-width: 800px){.contacts{grid-template-columns:repeat(1, 1fr);grid-template-rows:none;gap:20px}}.contacts__text{display:flex;flex-direction:column;justify-content:center}.contacts .map img,.contacts .map iframe{width:100%;height:100%;min-height:300px}.contacts__foto{background:url("../img/contacts.webp") no-repeat;background-size:cover;max-width:100%;height:100%}@media(max-width: 800px){.contacts__foto{display:none}}.feedback{padding:0 25px}@media(max-width: 800px){.feedback{padding:0}}.feedback form{display:flex;flex-direction:column}.feedback .btn{margin-left:auto}.social{display:flex;gap:5px;align-items:center;background-size:contain}.social .icon{background-size:contain;width:30px;height:30px}.social .icon.vk{background-image:url(../img/vk.svg)}.social .icon.tg{background-image:url(../img/telegram.svg)}.btn{display:inline-block;font-weight:bold;text-decoration:none;color:#fff;padding:10px 25px;background:#004e7e;white-space:nowrap;transition:all .2s ease;border:0;font-size:1rem;cursor:pointer;border-radius:10px}.btn:active,.btn.active{background:#3089bf}.btn.active{pointer-events:none}.btn:hover{background:#3089bf}.btn.disabled{opacity:.5;pointer-events:none}.form-group{margin-bottom:10px}.form-group.large .form-control{width:100%}.form-control{font-size:1rem;border:0;padding:10px;box-shadow:0 var(--general-color);transition:box-shadow .2s ease;background-color:var(--form-bg);resize:vertical;background:#f1f1f1}.form-control:focus{outline:0;box-shadow:0 2px 0 0px #004e7e}textarea.form-control{min-height:250px}.service-header{position:relative;overflow:hidden;border-radius:10px;margin:20px 0}.service-header__img{width:100%;height:300px;object-fit:cover;display:block}@media(max-width: 1000px){.service-header__img{height:250px}}@media(max-width: 800px){.service-header__img{height:150px}}.service-header__text{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;right:0;bottom:0;text-shadow:1px 1px 5px #004e7e;text-align:center;font-size:3.5em;color:#fff}@media(max-width: 1000px){.service-header__text{font-size:2.5em}}@media(max-width: 800px){.service-header__text{font-size:1.5em}}.services-laser{display:flex;flex-direction:column;gap:30px;max-width:1200px;margin:50px auto}.service-laser-item{display:flex;gap:25px}@media(max-width: 650px){.service-laser-item{gap:10px}}.service-laser-item__content{display:flex;flex-direction:column}.service-laser-item__foto{border-radius:10px;object-fit:cover;max-height:300px}@media(max-width: 1050px){.service-laser-item__foto{width:300px;height:300px}}@media(max-width: 800px){.service-laser-item__foto{width:200px}}@media(max-width: 650px){.service-laser-item__foto{width:100%;height:200px}}.service-laser-item__title{color:#004e7e}@media(max-width: 650px){.service-laser-item__title h3{margin:0}}.service-laser-item .btn{margin-top:auto;margin-left:auto}@media(max-width: 650px){.service-laser-item{flex-direction:column}}.service-laser-title{display:flex;padding:0 10px;margin-top:20px;align-items:flex-end}.service-laser-title__back{display:flex;align-items:center;font-size:1.1em;color:#004e7e;text-decoration:none;border-bottom:1px solid rgba(0,0,0,0)}.service-laser-title__back:hover{color:#3089bf}@media(max-width: 600px){.service-laser-title__back{display:none}}.service-laser-title__text{margin-left:auto;color:#004e7e}.service-laser-title__text h2{margin:0}.service-laser-header{position:relative;overflow:hidden;border-radius:10px;margin:10px 0 20px}.service-laser-header__img{object-fit:cover;display:block;position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;z-index:-1}.service-laser-header__text{display:flex;justify-content:center;align-items:center;padding:25px;text-shadow:1px 1px 5px #004e7e;text-align:center;color:#fff;background:rgba(14,81,124,.8);width:60%;min-height:300px;margin-left:auto}@media(max-width: 800px){.service-laser-header__text{min-height:230px}}@media(max-width: 600px){.service-laser-header__text{min-height:280px;padding:10px;width:75%}}@media(max-width: 500px){.service-laser-header__text{width:100%}}.service,.service-laser{max-width:1200px;margin:0 auto}.full-header{background-repeat:no-repeat;background-position:center;background-size:cover;width:100%;height:320px}@media(max-width: 700px){.full-header{height:200px}}@media(max-width: 500px){.full-header{height:150px}}.about>header{font-weight:normal;text-align:center;color:#004e7e;margin:50px 0}.skills{margin:70px}.skills>header{font-weight:normal;text-align:center;color:#004e7e;margin:30px 0 25px}.skills__list{display:flex;flex-wrap:wrap;gap:70px;justify-content:center}@media(max-width: 500px){.skills__list{gap:20px}}@media(max-width: 700px){.skills{margin:40px 0}}.skills .skill{display:flex;align-items:center;gap:15px;width:min(500px,100%)}.skills .skill__img{width:85px;height:85px}@media(max-width: 500px){.skills .skill__img{width:65px;height:65px}}.skills .skill__text{font-weight:bold}.partners{padding:25px 0}.partners>header{font-weight:normal;text-align:center;color:#004e7e;margin:50px 0}@media(max-width: 700px){.partners>header{margin-top:50px}}.partners__list{display:grid;max-width:1110px;margin:0 auto;gap:20px;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));place-items:center}@media(max-width: 400px){.partners__list{grid-template-columns:1fr}}.partner{display:flex;justify-content:center;align-items:center;background:#fff;border:2px solid rgba(0,0,0,.2);width:100%;max-width:300px;height:150px;position:relative;overflow:hidden;border-radius:10px;padding:30px;transition:border .3s ease}.partner__logo{display:block;width:100%;max-width:350px;max-height:100%}.partner:hover{border-color:#004e7e}.posts{margin:30px 0}.posts>header{font-weight:normal;text-align:center;color:#004e7e;margin:50px 0}.posts__list{display:grid;max-width:1200px;margin:0 auto;grid-template-columns:repeat(3, minmax(0, 1fr));gap:40px}@media(max-width: 1000px){.posts__list{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 700px){.posts__list{grid-template-columns:repeat(1, minmax(0, 1fr))}}.post-item__wrapper{text-decoration:none;color:#000}.post-item{display:flex;flex-direction:column;margin:0 auto;width:100%;max-width:550px;border-radius:10px;overflow:hidden;box-shadow:1px 1px 8px 0px rgba(34,60,80,.1);background:#f7fafc;height:100%;max-height:600px}.post-item.small{max-width:350px;max-height:400px}.post-item>header,.post-item__content,.post-item>footer{padding:15px}.post-item__content{overflow:hidden}.post-item>footer{margin-top:auto;display:flex;align-items:center;box-shadow:0px -5px 15px 10px rgba(247,250,252,.8)}.post-item>footer .btn{margin-left:auto}.post-item__image{width:100%;object-fit:cover;aspect-ratio:16/10}.post-item>header{color:#004e7e;padding-bottom:0}.post-item>header h4{margin:0}.post-item.small>header{font-size:1em}.post-item.small .post-item__text{font-size:.9em}.post{max-width:1000px;margin:0 auto}.post>header{color:#004e7e}.post .info img{max-width:320px;width:100%;min-height:240px;max-height:240px;object-fit:scale-down;border:3px solid #fff;background-color:rgba(14,81,124,.8)}.post>footer{margin:10px 0;border-top:1px solid rgba(23,170,224,.5019607843)}.related-posts{margin:25px 0}.related-posts__title{color:#004e7e;margin:20px 0}.related-posts__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:25px}@media(max-width: 750px){.related-posts__list{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 500px){.related-posts__list{grid-template-columns:repeat(1, 1fr)}}.job>header{font-weight:normal;text-align:center;color:#004e7e;margin:50px 0}.pagination{display:flex;flex-wrap:wrap;justify-content:center;padding:0;margin-top:30px;gap:7px}.pagination li{display:block}.pagination .btn{padding:10px 15px}@media(max-width: 800px){.pagination .btn{padding:7px 12px}}.imagefuller{position:fixed;top:0;left:0;display:flex;width:100%;height:100%;z-index:2;background:rgba(0,0,0,.3137254902);padding:5px}.imagefuller img{display:block;max-width:100%;max-height:100%;border:5px solid #fff;background:#fff;border-radius:5px;margin:auto;cursor:zoom-out}.cards{margin:35px 0}.cards>header{text-align:center;color:#004e7e;margin-bottom:1em}.cards__list{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}@media(max-width: 800px){.cards__list{grid-template-columns:repeat(1, 1fr)}}.card{display:flex;flex-direction:column;margin:0 auto;width:100%;max-width:550px;border-radius:10px;overflow:hidden;box-shadow:1px 1px 8px 0px rgba(34,60,80,.1);background:#f7fafc;text-decoration:none;color:#000}.card.small{max-width:350px;max-height:400px}.card__title,.card__text{padding:15px}.card__image{height:400px;object-fit:cover}.card.small .card__image{height:180px}.card__title{color:#004e7e}.card__title h4{margin:0}.card.small .card__title{font-size:1.15em}.card__text{padding-top:0}.card__text p{margin:0}.image-text{display:flex;justify-content:center;align-items:center;margin:35px 0;gap:10px 30px}.image-text.right{flex-direction:row-reverse}.image-text__image{border-radius:10px;max-width:min(600px,100%);max-height:500px}@media(max-width: 800px){.image-text.left,.image-text.right{flex-direction:column}}.programs-edu__list{display:flex;flex-direction:column;gap:20px}.programs-edu__title{font-size:1.5em;font-weight:bold;color:#004e7e;margin:25px 0;text-align:center}.program-edu{display:flex;align-items:center;gap:4%}@media(max-width: 350px){.program-edu{flex-direction:column}}.program-edu__image img{width:100px}@media(max-width: 800px){.program-edu__image img{width:80px}}@media(max-width: 500px){.program-edu__image img{width:50px}}.program-edu__hours{white-space:nowrap;color:#3089bf;font-size:1.2em;font-weight:bold}@media(max-width: 800px){.program-edu__hours{font-size:1.1em}}@media(max-width: 800px){.program-edu__desc{font-size:1em}}.alerts{position:fixed;bottom:0;padding:10px;max-width:100%;z-index:101}.alert{margin-bottom:10px;padding:15px 20px;border-radius:5px;color:#fff;box-shadow:1px 1px 4px 1px #9da0ac;transition:opacity .3s ease;position:relative;padding-left:50px}.alert.active{transform:scale(0.9)}.alert::before{content:"";display:block;width:30px;height:30px;top:50%;left:10px;transform:translateY(-50%);background-size:contain;position:absolute}.alert:hover{opacity:.95}.alert[data-alert-type=success]{background:#2fa828}.alert[data-alert-type=success]::before{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23FFFFFF'%3e%3cpath d='M0 0h24v24H0z' fill='none'/%3e%3cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3e%3c/svg%3e")}.alert[data-alert-type=error]{background:#dc3545}.alert[data-alert-type=error]::before{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23FFFFFF'%3e%3cpath d='M0 0h24v24H0z' fill='none'/%3e%3cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z'/%3e%3c/svg%3e")}/*# sourceMappingURL=style.css.map */
